Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-asttokens Needs py-pip and py-setuptools_scm



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6eeecd7a2875
branches:  trunk
changeset: 429078:6eeecd7a2875
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 15 22:54:57 2020 +0000

description:
Needs py-pip and py-setuptools_scm

diffstat:

 lang/py-asttokens/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5fd136edb7dc -r 6eeecd7a2875 lang/py-asttokens/Makefile
--- a/lang/py-asttokens/Makefile        Wed Apr 15 22:54:38 2020 +0000
+++ b/lang/py-asttokens/Makefile        Wed Apr 15 22:54:57 2020 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index