svn commit: r466568 - head/emulators/py-nova
Antoine Brodin
antoine at FreeBSD.org
Thu Apr 5 16:31:07 UTC 2018
Author: antoine
Date: Thu Apr 5 16:31:06 2018
New Revision: 466568
URL: https://svnweb.freebsd.org/changeset/ports/466568
Log:
Mark BROKEN: depends on conflicting dependencies
pkg-static: py27-psutil121-1.2.1_2 conflicts with py27-psutil-5.4.3 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/psutil/__init__.py
Reported by: pkg-fallout
Modified:
head/emulators/py-nova/Makefile
Modified: head/emulators/py-nova/Makefile
==============================================================================
--- head/emulators/py-nova/Makefile Thu Apr 5 16:21:14 2018 (r466567)
+++ head/emulators/py-nova/Makefile Thu Apr 5 16:31:06 2018 (r466568)
@@ -13,6 +13,8 @@ COMMENT= OpenStack compute service
LICENSE= APACHE20
+BROKEN= depends on conflicting dependencies
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
More information about the svn-ports-all
mailing list