pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-py



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 14 20:29:34 UTC 2018

Modified Files:
        pkgsrc/devel/py-py: Makefile

Log Message:
py-py: add missing build dependency on py-setuptools_scm

Without it, I got:
No local packages or working download links found for setuptools-scm


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-py/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-py/Makefile
diff -u pkgsrc/devel/py-py/Makefile:1.14 pkgsrc/devel/py-py/Makefile:1.15
--- pkgsrc/devel/py-py/Makefile:1.14    Tue Jul  3 07:12:15 2018
+++ pkgsrc/devel/py-py/Makefile Sat Jul 14 20:29:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/07/03 07:12:15 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/07/14 20:29:34 wiz Exp $
 
 DISTNAME=      py-1.5.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Library with cross-python path, ini-parsing, io, code, log facilities
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index