aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-07-01 06:40:11 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-07-01 06:40:11 +0000
commit02b6be2564ef9d01134e8598342d147d200e2b16 (patch)
tree2e2c92839f89f8bc584f6019dccafa6c130d369b
parentd81b12cce63e9d24481af105d4619e57634e1033 (diff)
downloadports-02b6be2564ef9d01134e8598342d147d200e2b16.tar.gz
ports-02b6be2564ef9d01134e8598342d147d200e2b16.zip
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)
Notes
Notes: svn path=/branches/2019Q2/; revision=505543
-rw-r--r--devel/py-osprofiler/Makefile1
-rw-r--r--devel/py-osprofiler/pkg-descr2
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-osprofiler/Makefile b/devel/py-osprofiler/Makefile
index b17b0501d386..42d02d110ec9 100644
--- a/devel/py-osprofiler/Makefile
+++ b/devel/py-osprofiler/Makefile
@@ -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} \
diff --git a/devel/py-osprofiler/pkg-descr b/devel/py-osprofiler/pkg-descr
index 981797fe750e..8ea38ac2fd16 100644
--- a/devel/py-osprofiler/pkg-descr
+++ b/devel/py-osprofiler/pkg-descr
@@ -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/