1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

devel/py-pbr: Fix RUN_DEPENDS

- Bump PORTREVISION for dependency change

pbr finished removing invocations of pip since 1.0.0.
This commit is contained in:
Po-Chuan Hsieh 2022-05-22 12:23:09 +08:00
parent 5d721b23bc
commit 77b10c99f3
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -2,6 +2,7 @@
PORTNAME= pbr
PORTVERSION= 5.9.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,8 +13,6 @@ COMMENT= Python Build Reasonableness
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils