diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-06 06:08:21 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-06 06:08:21 +0800 |
commit | 42ca9d7a26b891d91c0bcb8fc5015f05d937f80a (patch) | |
tree | 32dfd5d07f03021444890f4458665e82599d2fcb /multimedia/py-subliminal | |
parent | ff04a4b08079b5f7f2e1286e21087324c2927829 (diff) | |
download | freebsd-ports-gnome-42ca9d7a26b891d91c0bcb8fc5015f05d937f80a.tar.gz freebsd-ports-gnome-42ca9d7a26b891d91c0bcb8fc5015f05d937f80a.tar.zst freebsd-ports-gnome-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+
Diffstat (limited to 'multimedia/py-subliminal')
-rw-r--r-- | multimedia/py-subliminal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/py-subliminal/Makefile b/multimedia/py-subliminal/Makefile index 3a979106554d..e8dee1a01237 100644 --- a/multimedia/py-subliminal/Makefile +++ b/multimedia/py-subliminal/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enzyme>=0.4.1:multimedia/py-enzyme@${PY_FLAVOR} \ - ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}guessit>=3.0.0:multimedia/py-guessit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=4.0:devel/py-click@${PY_FLAVOR} \ |