diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-10 17:11:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-10 17:11:00 +0000 |
commit | b444da1ffbd9770f44a234329805ffea0c4b9156 (patch) | |
tree | 28b0fd1ba4da8f209384d560416ecdbd12486d8f /astro | |
parent | 2b9da9a79b9b0a4076090a7d400ffee85713aa7d (diff) |
Remove no-op PY_ENUM34
Notes
Notes:
svn path=/head/; revision=519700
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metpy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile index 5f775465f24b..8ef476833637 100644 --- a/astro/py-metpy/Makefile +++ b/astro/py-metpy/Makefile @@ -15,8 +15,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PY_ENUM34} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.22.0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Pint>=0:devel/py-Pint@${PY_FLAVOR} \ |