aboutsummaryrefslogtreecommitdiff
path: root/science/py-rmsd
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-24 09:03:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-24 09:03:39 +0000
commit14be7bd191de0d71e48770d90738e82928fad6aa (patch)
tree55c9720bb839ecfb49fdc99ca948c3d8041f2dcd /science/py-rmsd
parent8ca43586e1b57397f3b522748b91497f7c61df19 (diff)
downloadports-14be7bd191de0d71e48770d90738e82928fad6aa.tar.gz
ports-14be7bd191de0d71e48770d90738e82928fad6aa.zip
scipy 1.5.4 is only compatible with python 3.6+
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=559053
Diffstat (limited to 'science/py-rmsd')
-rw-r--r--science/py-rmsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-rmsd/Makefile b/science/py-rmsd/Makefile
index e44390cfdbdf..932ed007bb33 100644
--- a/science/py-rmsd/Makefile
+++ b/science/py-rmsd/Makefile
@@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent
.include <bsd.port.mk>