Needs py-setuptools_scm
This commit is contained in:
parent
54725e4037
commit
c5224e104b
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/03/23 10:20:07 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2018/03/31 20:10:08 joerg Exp $
|
||||
|
||||
DISTNAME= path.py-11.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/jaraco/path.py
|
|||
COMMENT= Module wrapper for os.path
|
||||
LICENSE= mit
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
|
||||
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
|
||||
|
|
Loading…
Reference in a new issue