pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-cheroot Fix broken DEPENDS line.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/108b90f869bd
branches:  trunk
changeset: 367063:108b90f869bd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 23 12:17:28 2017 +0000

description:
Fix broken DEPENDS line.

diffstat:

 www/py-cheroot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bc8fd6374242 -r 108b90f869bd www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile   Wed Aug 23 12:00:15 2017 +0000
+++ b/www/py-cheroot/Makefile   Wed Aug 23 12:17:28 2017 +0000
@@ -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 @@
 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