1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

devel/py-pbr: Add pip to RUN_DEPENDS as swift and swiftclient need it

swift and swiftclient depend on pbr, output errors on import when pip is
not available at runtime, but don't explicitly declare a dependency on pip
themselves.

While implicit dependencies are not good practice, pbr does declare pip in its
requirements, which is not reflected in this ports RUN_DEPENDS. So:

- Add py-pip to RUN_DEPENDS

Reported by:	trociny
This commit is contained in:
Kubilay Kocak 2013-12-04 10:07:23 +00:00
parent e2d14fe96e
commit a9db7ccf42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335608

View File

@ -3,6 +3,7 @@
PORTNAME= pbr
PORTVERSION= 0.5.23
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,6 +13,8 @@ COMMENT= Python Build Reasonableness
LICENSE= AL2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=1.0:${PORTSDIR}/devel/py-pip
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes