diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 13:29:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 13:29:58 +0000 |
commit | 4aa27da2314f1027b11a5138c0e2aedd03dc7cba (patch) | |
tree | 30ea3fe495e40122ec8a96f715869110005d5301 /textproc/py-tablib | |
parent | Update to 1.2.0 (diff) |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103
Notes
Notes:
svn path=/head/; revision=563407
Diffstat (limited to 'textproc/py-tablib')
-rw-r--r-- | textproc/py-tablib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-tablib/Makefile b/textproc/py-tablib/Makefile index 65975e9d93b8..912796e97e75 100644 --- a/textproc/py-tablib/Makefile +++ b/textproc/py-tablib/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes |