Needs py-pip and py-setuptools_scm
This commit is contained in:
parent
3222227a7c
commit
e617aa95b7
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2020/04/12 21:12:21 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2020/04/15 22:54:57 joerg Exp $
|
||||
|
||||
DISTNAME= asttokens-2.0.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -14,6 +14,9 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|||
TEST_DEPENDS+= ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
|
Loading…
Reference in a new issue