diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-09-19 14:15:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-09-19 14:15:42 +0000 |
commit | 9e6683e879b2be1a8b288ef77963a436290dd963 (patch) | |
tree | b26417547483fd103a7fe4227cf877d543f92585 /math/py-python-louvain | |
parent | Fix build with -fno-common (diff) |
Unbreak bulk -a
Notes
Notes:
svn path=/head/; revision=548989
Diffstat (limited to 'math/py-python-louvain')
-rw-r--r-- | math/py-python-louvain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-python-louvain/Makefile b/math/py-python-louvain/Makefile index 689ed36811d9..f4f473295c8c 100644 --- a/math/py-python-louvain/Makefile +++ b/math/py-python-louvain/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes |