diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-02 06:41:31 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-02 06:41:31 +0800 |
commit | ec4118b5f5aeeb838a948a1a479628c82b719562 (patch) | |
tree | 8e66ebcbd2794d16b77300a7e00c4f72c1b96582 | |
parent | b6bae061b49d116caf31c721d74539ff8de527b5 (diff) | |
download | freebsd-ports-gnome-ec4118b5f5aeeb838a948a1a479628c82b719562.tar.gz freebsd-ports-gnome-ec4118b5f5aeeb838a948a1a479628c82b719562.tar.zst freebsd-ports-gnome-ec4118b5f5aeeb838a948a1a479628c82b719562.zip |
Unbreak ports tree
Pointy hat: yuri
-rw-r--r-- | math/py-pymc3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile index 337cbb436b41..fadf576515b9 100644 --- a/math/py-pymc3/Makefile +++ b/math/py-pymc3/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}theano>=1.0.4:math/py-theano@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.8.4:misc/py-tqdm@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= pymc-devs USE_PYTHON= distutils concurrent autoplist |