py-zipp: added BUILD_DEPENDS
This commit is contained in:
parent
c3a832bac2
commit
b8a45b08d9
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/05/29 19:48:29 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2019/06/12 08:37:58 adam Exp $
|
||||
|
||||
DISTNAME= zipp-0.5.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/jaraco/zipp
|
|||
COMMENT= Backport of pathlib-compatible object wrapper for zip files
|
||||
LICENSE= mit
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
|
||||
|
|
Loading…
Reference in a new issue