diff options
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 |