svn commit: r505006 - head/devel/py-osprofiler
Kubilay Kocak
koobs at FreeBSD.org
Mon Jun 24 06:42:12 UTC 2019
Author: koobs
Date: Mon Jun 24 06:42:10 2019
New Revision: 505006
URL: https://svnweb.freebsd.org/changeset/ports/505006
Log:
devel/py-osprofiler: Add missing dependency
osprofiler requires pbr>=1.8 at build time, and fails with the following
error at configure time when it is not available:
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.8')
Reported by: poudriere: pbr reverse dependents bulk (exp) run
Approved by: portmgr (blanket(s): missing dependencies, build fix)
MFH: 2019Q2
Modified:
head/devel/py-osprofiler/Makefile
head/devel/py-osprofiler/pkg-descr (contents, props changed)
Modified: head/devel/py-osprofiler/Makefile
==============================================================================
--- head/devel/py-osprofiler/Makefile Mon Jun 24 06:27:08 2019 (r505005)
+++ head/devel/py-osprofiler/Makefile Mon Jun 24 06:42:10 2019 (r505006)
@@ -13,6 +13,7 @@ COMMENT= OpenStack Profiler Library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webob>=1.6.0:www/py-webob@${PY_FLAVOR} \
Modified: head/devel/py-osprofiler/pkg-descr
==============================================================================
--- head/devel/py-osprofiler/pkg-descr Mon Jun 24 06:27:08 2019 (r505005)
+++ head/devel/py-osprofiler/pkg-descr Mon Jun 24 06:42:10 2019 (r505006)
@@ -6,4 +6,4 @@ through all involved services. This trace can then be
build a tree of calls which can be quite handy for a variety of reasons (for
example in isolating cross-project performance issues).
-WWW: https://https://docs.openstack.org/osprofiler/
+WWW: https://docs.openstack.org/osprofiler/
More information about the svn-ports-head
mailing list