svn commit: r567166 - head/devel/py-websockify
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Mar 3 18:11:31 UTC 2021
Author: sunpoet
Date: Wed Mar 3 18:11:26 2021
New Revision: 567166
URL: https://svnweb.freebsd.org/changeset/ports/567166
Log:
Remove PYNUMPY
Modified:
head/devel/py-websockify/Makefile
Modified: head/devel/py-websockify/Makefile
==============================================================================
--- head/devel/py-websockify/Makefile Wed Mar 3 18:11:22 2021 (r567165)
+++ head/devel/py-websockify/Makefile Wed Mar 3 18:11:26 2021 (r567166)
@@ -12,7 +12,7 @@ COMMENT= WebSockets support for any application/server
LICENSE= LGPL3
-RUN_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
More information about the svn-ports-all
mailing list