aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2019-08-26 15:53:03 +0000
committerDan Langille <dvl@FreeBSD.org>2019-08-26 15:53:03 +0000
commit8aedae452aff450b0cdeb7c2f0ab9735fea25c91 (patch)
tree6a2fa41bb2c3c7de99c0db50126b17559366c279 /dns
parentdd0e0b6f1f36541125c60a1d678cf4fd87e79138 (diff)
downloadports-8aedae452aff450b0cdeb7c2f0ab9735fea25c91.tar.gz
ports-8aedae452aff450b0cdeb7c2f0ab9735fea25c91.zip
Add www/py-requests as RUN_DEPENDS
PR: 240103 Submitted by: Adam Jimerson <vendion@gmail.com>
Notes
Notes: svn path=/head/; revision=509956
Diffstat (limited to 'dns')
-rw-r--r--dns/py-tldextract/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/py-tldextract/Makefile b/dns/py-tldextract/Makefile
index 41c2a053de71..306d7c516fab 100644
--- a/dns/py-tldextract/Makefile
+++ b/dns/py-tldextract/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tldextract
PORTVERSION= 2.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,7 @@ COMMENT= Separate the TLD from the registered domain and subdomains of a URL
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-file>=1.4:www/py-requests-file@${PY_FLAVOR}
USES= python