diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-24 17:21:28 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-24 17:21:28 +0800 |
commit | 901ac2d79c5c435d6b94d460093ba5a97dca4742 (patch) | |
tree | 20e7cc968ece6a2a9dde14c15cdb96a2f763d5f3 /misc | |
parent | 175562c610b857bc1df1b60c4c24ecf3691a03d8 (diff) | |
download | freebsd-ports-gnome-901ac2d79c5c435d6b94d460093ba5a97dca4742.tar.gz freebsd-ports-gnome-901ac2d79c5c435d6b94d460093ba5a97dca4742.tar.zst freebsd-ports-gnome-901ac2d79c5c435d6b94d460093ba5a97dca4742.zip |
soupsieve 2.0.1 is only compatible with python 3.6+
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pubs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pubs/Makefile b/misc/pubs/Makefile index c44fc08aced8..ab81720fce88 100644 --- a/misc/pubs/Makefile +++ b/misc/pubs/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FL ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_GITHUB= yes USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes |