mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Change RUN_DEPENDS from py-cachetools3 to py-cachetools
- Bump PORTREVISION for dependency change py-cachetools3 was used for python 2.7 support which has been removed in r559531.
This commit is contained in:
parent
e2094084c4
commit
f4e3f9b5e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563748
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= carbon
|
||||
PORTVERSION= 1.1.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -13,7 +13,7 @@ COMMENT= Backend storage application for graphite
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools3>=1.1.0:devel/py-cachetools3@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=1.1.0:devel/py-cachetools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:net/py-txamqp@${PY_FLAVOR} \
|
||||
|
Loading…
Reference in New Issue
Block a user