git: 58c66cd980fa - main - graphics/py-pyrsgis: Add needed runtime dependencies
Rainer Hurling
rhurlin at FreeBSD.org
Sat Sep 4 13:50:49 UTC 2021
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=58c66cd980fab1c9c87974e8d383f701591d6bec
commit 58c66cd980fab1c9c87974e8d383f701591d6bec
Author: Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-09-04 13:36:40 +0000
Commit: Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-09-04 13:50:31 +0000
graphics/py-pyrsgis: Add needed runtime dependencies
Forgot to add some new deps in commit d6287b37557e53e7ca32df9d195258af01bef69e
---
graphics/py-pyrsgis/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/graphics/py-pyrsgis/Makefile b/graphics/py-pyrsgis/Makefile
index 643a12422583..db248c456cdd 100644
--- a/graphics/py-pyrsgis/Makefile
+++ b/graphics/py-pyrsgis/Makefile
@@ -14,7 +14,10 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdal>=0:graphics/py-gdal@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib-scalebar>=0:math/py-matplotlib-scalebar@${PY_FLAVOR} \
- ${PYNUMPY}
+ ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist distutils
More information about the dev-commits-ports-all
mailing list