diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-05 22:08:21 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-05 22:08:21 +0000 |
commit | 42ca9d7a26b891d91c0bcb8fc5015f05d937f80a (patch) | |
tree | 32dfd5d07f03021444890f4458665e82599d2fcb /security/theonionbox | |
parent | ff04a4b08079b5f7f2e1286e21087324c2927829 (diff) | |
download | ports-42ca9d7a26b891d91c0bcb8fc5015f05d937f80a.tar.gz ports-42ca9d7a26b891d91c0bcb8fc5015f05d937f80a.zip |
Notes
Diffstat (limited to 'security/theonionbox')
-rw-r--r-- | security/theonionbox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/theonionbox/Makefile b/security/theonionbox/Makefile index a73753a1865a..d724a284b85a 100644 --- a/security/theonionbox/Makefile +++ b/security/theonionbox/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apscheduler>=3.4:devel/py-apscheduler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bottle>=0.12.13:www/py-bottle@${PY_FLAVOR} \ - ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.4.0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.6.7:net/py-pysocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>2.18:www/py-requests@${PY_FLAVOR} \ @@ -22,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apscheduler>=3.4:devel/py-apscheduler@${PY_F ${PYTHON_PKGNAMEPREFIX}urllib3>=1.22:net/py-urllib3@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} # workaround for bug#230613: missing internal sqlite3 module in python -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes |