diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-08-19 21:59:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-08-19 21:59:54 +0000 |
commit | 90468294dc7e7c2e7b2a7987d3512c570f02aa2b (patch) | |
tree | 9def888f7bfffacb8891de351d3961fd266b5fef | |
parent | textproc/py-sphinx: Update to 3.2.1 (diff) |
Unbreak bulk -a
-rw-r--r-- | www/py-django-jsonview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-jsonview/Makefile b/www/py-django-jsonview/Makefile index 4422109df59e..0a98214eb04a 100644 --- a/www/py-django-jsonview/Makefile +++ b/www/py-django-jsonview/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |