diff options
Diffstat (limited to 'security/theonionbox/Makefile')
-rw-r--r-- | security/theonionbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/theonionbox/Makefile b/security/theonionbox/Makefile index 507ffad5d164..1f6c7df0f3e3 100644 --- a/security/theonionbox/Makefile +++ b/security/theonionbox/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apscheduler>=3.4:devel/py-apscheduler@${PY_F ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,1<1.27,1: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:3.6+ +USES= python USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes |