aboutsummaryrefslogtreecommitdiff
path: root/databases/py-python-swiftclient
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-05 22:08:21 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-05 22:08:21 +0000
commit42ca9d7a26b891d91c0bcb8fc5015f05d937f80a (patch)
tree32dfd5d07f03021444890f4458665e82599d2fcb /databases/py-python-swiftclient
parentff04a4b08079b5f7f2e1286e21087324c2927829 (diff)
downloadports-42ca9d7a26b891d91c0bcb8fc5015f05d937f80a.tar.gz
ports-42ca9d7a26b891d91c0bcb8fc5015f05d937f80a.zip
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for Python 2.7 only and no longer referenced in the default cases. However it was still defined in Mk/Uses/python.mk in PY_FUTURES, leaving a dangling reference. Remove it from Mk/Uses/python.mk and from affected ports, as it was already an empty definition for Python 3.6+ Bump minimal Python version of security/theonionbox to 3.6+
Notes
Notes: svn path=/head/; revision=560434
Diffstat (limited to 'databases/py-python-swiftclient')
-rw-r--r--databases/py-python-swiftclient/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-python-swiftclient/Makefile b/databases/py-python-swiftclient/Makefile
index 1dab7f89cdc8..37c106c39fa9 100644
--- a/databases/py-python-swiftclient/Makefile
+++ b/databases/py-python-swiftclient/Makefile
@@ -16,8 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.21:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
-RUN_DEPENDS+= ${PY_FUTURES} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests@${PY_FLAVOR}
USES= python:3.6+