Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2021 11:55:37 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r567482 - branches/2021Q1/www/py-httplib2
Message-ID:  <202103061155.126BtbDx080381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sat Mar  6 11:55:37 2021
New Revision: 567482
URL: https://svnweb.freebsd.org/changeset/ports/567482

Log:
  MFH: r567481
  
  www/py-httplib2: Add missing RUN_DEPENDS
  
  PR:		253962
  Reported by:	David Siebörger <drs-freebsd@sieborger.nom.za>

Modified:
  branches/2021Q1/www/py-httplib2/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/py-httplib2/Makefile
==============================================================================
--- branches/2021Q1/www/py-httplib2/Makefile	Sat Mar  6 11:54:47 2021	(r567481)
+++ branches/2021Q1/www/py-httplib2/Makefile	Sat Mar  6 11:55:37 2021	(r567482)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103061155.126BtbDx080381>