pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-cheroot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 23 12:17:28 UTC 2017

Modified Files:
        pkgsrc/www/py-cheroot: Makefile

Log Message:
Fix broken DEPENDS line.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-cheroot/Makefile

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

Modified files:

Index: pkgsrc/www/py-cheroot/Makefile
diff -u pkgsrc/www/py-cheroot/Makefile:1.7 pkgsrc/www/py-cheroot/Makefile:1.8
--- pkgsrc/www/py-cheroot/Makefile:1.7  Tue Aug 22 08:22:18 2017
+++ pkgsrc/www/py-cheroot/Makefile      Wed Aug 23 12:17:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/08/22 08:22:18 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/08/23 12:17:28 wiz Exp $
 
 DISTNAME=      cheroot-5.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 USE_LANGUAGES=         # none
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.8::../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index