mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Change RUN_DEPENDS from py-prettytable to py-prettytable0
- Bump PORTREVISION for dependency change py-prettytable 2.0.0 drops Python 2.7 support, therefore change RUN_DEPENDS to py-prettytable0.
This commit is contained in:
parent
39efa9b135
commit
02d3e26d85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555941
@ -4,7 +4,7 @@
|
||||
PORTNAME= ceph
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 12.2.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
PKGNAMESUFFIX= 12
|
||||
|
||||
@ -41,7 +41,7 @@ RUN_DEPENDS= \
|
||||
jq:textproc/jq \
|
||||
flock:sysutils/flock \
|
||||
${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}prettytable0>=0:devel/py-prettytable0@${PY_FLAVOR}
|
||||
|
||||
CONFLICTS_INSTALL= ceph-devel
|
||||
PORTSCOUT= limit:^v12\.
|
||||
|
Loading…
Reference in New Issue
Block a user