summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-11-01 18:58:33 +0000
committerwiz <wiz@pkgsrc.org>2021-11-01 18:58:33 +0000
commit4278f918d31a670ec0460dc630010eeb81473a08 (patch)
treeecf40db0115c641372318f8e3985bca9111e0f80 /www
parent87a948044bc1b42449e231e846a5b8bc8ac5a357 (diff)
downloadpkgsrc-4278f918d31a670ec0460dc630010eeb81473a08.tar.gz
*: convert dependencies of py-pyparsing to versioned_dependencies.mk
Diffstat (limited to 'www')
-rw-r--r--www/py-httplib2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile
index e2291295293..e286f27d6fc 100644
--- a/www/py-httplib2/Makefile
+++ b/www/py-httplib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/10/07 19:09:49 adam Exp $
+# $NetBSD: Makefile,v 1.29 2021/11/01 18:58:33 wiz Exp $
DISTNAME= httplib2-0.20.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/httplib2/httplib2
COMMENT= Comprehensive http client library for Python
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.4.2:../../devel/py-pyparsing
+PYTHON_VERSIONED_DEPENDENCIES+= pyparsing
USE_LANGUAGES= # none
@@ -23,4 +23,5 @@ do-test:
.endif
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"