aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2019-01-09 09:07:32 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2019-01-09 09:07:32 +0000
commit3789c74a8444b3a21ebec53130a3a2d39757800a (patch)
treece49d6f1babe5a09395e2717fa8e5d8e8a5b3be9 /net
parent1f8bc60ff0e12e09601ddea56d3e55a836aab506 (diff)
downloadports-3789c74a8444b3a21ebec53130a3a2d39757800a.tar.gz
ports-3789c74a8444b3a21ebec53130a3a2d39757800a.zip
net/py-sbws: RUN_DEPENDS needs www/py-requests
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18787
Notes
Notes: svn path=/head/; revision=489762
Diffstat (limited to 'net')
-rw-r--r--net/py-sbws/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-sbws/Makefile b/net/py-sbws/Makefile
index cb3b4f89ceaf..a399656aed15 100644
--- a/net/py-sbws/Makefile
+++ b/net/py-sbws/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sbws
PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
# pysocks: indirect dependency via requests[socks]
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.6.8:net/py-pysocks@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stem>=1.7.0:security/py-stem@${PY_FLAVOR} \
tor:security/tor