pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-dateutil



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Mar 15 07:16:48 UTC 2018

Modified Files:
        pkgsrc/time/py-dateutil: Makefile

Log Message:
py-dateutil: Fix BUILD_DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/time/py-dateutil/Makefile

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

Modified files:

Index: pkgsrc/time/py-dateutil/Makefile
diff -u pkgsrc/time/py-dateutil/Makefile:1.20 pkgsrc/time/py-dateutil/Makefile:1.21
--- pkgsrc/time/py-dateutil/Makefile:1.20       Tue Mar 13 11:07:20 2018
+++ pkgsrc/time/py-dateutil/Makefile    Thu Mar 15 07:16:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/03/13 11:07:20 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/03/15 07:16:48 jperkin Exp $
 
 DISTNAME=      python-dateutil-2.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -11,7 +11,7 @@ COMMENT=      Extensions to the standard date
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 # circular dependency



Home | Main Index | Thread Index | Old Index