svn commit: r545748 - head/devel/py-tables
Max Brazhnikov
makc at FreeBSD.org
Sat Aug 22 08:33:37 UTC 2020
Author: makc
Date: Sat Aug 22 08:33:34 2020
New Revision: 545748
URL: https://svnweb.freebsd.org/changeset/ports/545748
Log:
devel/py-tables:
- Add missing dependencies
PR: 248815
Approved by: wen (maintainer)
Modified:
head/devel/py-tables/Makefile
Modified: head/devel/py-tables/Makefile
==============================================================================
--- head/devel/py-tables/Makefile Sat Aug 22 08:33:27 2020 (r545747)
+++ head/devel/py-tables/Makefile Sat Aug 22 08:33:34 2020 (r545748)
@@ -3,7 +3,7 @@
PORTNAME= tables
PORTVERSION= 3.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,9 @@ BUILD_DEPENDS= ${PYNUMPY} \
LIB_DEPENDS= libhdf5.so:science/hdf5 \
liblzo2.so:archivers/lzo2 \
libucl.so:archivers/ucl
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS} \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>=2.0:devel/py-mock@${PY_FLAVOR}
CONFLICTS_BUILD= zstd # conflicting version of zstd is bundled
More information about the svn-ports-all
mailing list