pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pbr
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 27 11:23:16 UTC 2022
Modified Files:
pkgsrc/devel/py-pbr: Makefile
Log Message:
py-pbr: comment out py-testtools test dependency
py-testtools needs py-pbr
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-pbr/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-pbr/Makefile
diff -u pkgsrc/devel/py-pbr/Makefile:1.34 pkgsrc/devel/py-pbr/Makefile:1.35
--- pkgsrc/devel/py-pbr/Makefile:1.34 Thu Jan 27 11:17:37 2022
+++ pkgsrc/devel/py-pbr/Makefile Thu Jan 27 11:23:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/01/27 11:17:37 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2022/01/27 11:23:16 wiz Exp $
DISTNAME= pbr-5.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-
TEST_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32.0:../../devel/py-wheel
# not packaged: hacking, stestr
-PYTHON_VERSIONED_DEPENDENCIES+= testtools:test
+# circular dependency - testtools depends on pbr
+#PYTHON_VERSIONED_DEPENDENCIES+= testtools:test
REPLACE_PYTHON+= pbr/tests/testpackage/setup.py
Home |
Main Index |
Thread Index |
Old Index