pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-fixtures (devel/py-fixtures) Add BUILD_DEPEND...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ccfb108914d6
branches: trunk
changeset: 334649:ccfb108914d6
user: mef <mef%pkgsrc.org@localhost>
date: Sun Jun 02 03:22:02 2019 +0000
description:
(devel/py-fixtures) Add BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*
bulkbuild log shows following
| ...
| File "/usr/pkg/lib/python3.7/site-packages/setuptools/command/easy_install.py",
| line 673, in easy_install
| raise DistutilsError(msg)
| distutils.errors.DistutilsError: Could not find suitable distribution for
| Requirement.parse('pbr>0.11')
| *** Error code 1
|
| Stop.
| make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/py-fixtures
diffstat:
devel/py-fixtures/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 04fe4cd070d6 -r ccfb108914d6 devel/py-fixtures/Makefile
--- a/devel/py-fixtures/Makefile Sun Jun 02 03:14:15 2019 +0000
+++ b/devel/py-fixtures/Makefile Sun Jun 02 03:22:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/02/22 14:02:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/06/02 03:22:02 mef Exp $
DISTNAME= fixtures-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,7 @@
# needs py-testtools for testing, but that depends on this
#BUILD_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index