diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 21:29:58 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 21:29:58 +0800 |
commit | 4aa27da2314f1027b11a5138c0e2aedd03dc7cba (patch) | |
tree | 30ea3fe495e40122ec8a96f715869110005d5301 /science/py-oddt | |
parent | af3595a70d6e9a0bdba311ee5d23cc724c1ba2e8 (diff) | |
download | freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.tar.gz freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.tar.zst freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.zip |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103
Diffstat (limited to 'science/py-oddt')
-rw-r--r-- | science/py-oddt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-oddt/Makefile b/science/py-oddt/Makefile index 2d2f6144a0a6..a08a147e3634 100644 --- a/science/py-oddt/Makefile +++ b/science/py-oddt/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.5+ +USES= python:3.7+ USE_GITHUB= yes USE_PYTHON= distutils concurrent autoplist |