MFH: r505006 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)

Approved by:	ports-secteam (blanket: build fix, dependencies)
This commit is contained in:
Kubilay Kocak 2019-07-01 06:40:11 +00:00
parent d81b12cce6
commit 02b6be2564
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=505543
2 changed files with 2 additions and 1 deletions

View File

@ -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} \

View File

@ -6,4 +6,4 @@ through all involved services. This trace can then be extracted and used to
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/