diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-11 21:58:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-11 21:58:16 +0000 |
commit | ee892c0cf4b9a0c404940350cdb30730898cb369 (patch) | |
tree | d076f5db34fc2b33f0de39a554cfab4373d3ea3f /databases | |
parent | devel/pycharm-ce: Update to version 2020.1.3. (diff) |
Unbreak bulk -a
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-litecli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-litecli/Makefile b/databases/py-litecli/Makefile index b0d7ba37bc59..80194c839df9 100644 --- a/databases/py-litecli/Makefile +++ b/databases/py-litecli/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.1:devel/py-cli-helpers@${PY ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |