Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 08:33:34 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545748 - head/devel/py-tables
Message-ID:  <202008220833.07M8XYDB078546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008220833.07M8XYDB078546>