summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-11-14 17:37:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-11-14 17:37:24 +0000
commit433b009b5081a8ca2a473f5b91e7826788d4f473 (patch)
tree934f2c68cfd540d7e0113dc83128bdec9a8aff85 /misc
parentnet/openldap24-server: update to 2.4.55. (diff)
Unbreak
Notes
Notes: svn path=/head/; revision=555131
Diffstat (limited to 'misc')
-rw-r--r--misc/py-eemeter/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/py-eemeter/Makefile b/misc/py-eemeter/Makefile
index eca49f0e06b8..0ea3f111c3b7 100644
--- a/misc/py-eemeter/Makefile
+++ b/misc/py-eemeter/Makefile
@@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
USES= python
USE_GITHUB= yes # PyPI doesn't have the latest version for some reason