pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-fixtures
Module Name: pkgsrc
Committed By: mef
Date: Sun Jun 2 03:22:02 UTC 2019
Modified Files:
pkgsrc/devel/py-fixtures: Makefile
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-fixtures/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-fixtures/Makefile
diff -u pkgsrc/devel/py-fixtures/Makefile:1.1 pkgsrc/devel/py-fixtures/Makefile:1.2
--- pkgsrc/devel/py-fixtures/Makefile:1.1 Wed Feb 22 14:02:49 2017
+++ pkgsrc/devel/py-fixtures/Makefile Sun Jun 2 03:22:02 2019
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.0.0:../.
# 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