diff options
Diffstat (limited to 'math/py-permutation/Makefile')
-rw-r--r-- | math/py-permutation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-permutation/Makefile b/math/py-permutation/Makefile index f41c4151c47a..bc996270dbc9 100644 --- a/math/py-permutation/Makefile +++ b/math/py-permutation/Makefile @@ -12,7 +12,7 @@ COMMENT= Permutations of finitely many positive integers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes |