MFH: r567481

www/py-httplib2: Add missing RUN_DEPENDS

PR:		253962
Reported by:	David Siebörger <drs-freebsd@sieborger.nom.za>
This commit is contained in:
Li-Wen Hsu 2021-03-06 11:55:37 +00:00
parent cb542db8f8
commit c6cec4368d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=567482

View File

@ -2,6 +2,7 @@
PORTNAME= httplib2
PORTVERSION= 0.18.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,7 +12,9 @@ COMMENT= Comprehensive HTTP client library
LICENSE= MIT
USES= python:3.6+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.4.2:devel/py-pyparsing@${PY_FLAVOR}
USES= python
NO_ARCH= yes
USE_PYTHON= autoplist distutils