mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
net/py-sbws: RUN_DEPENDS needs www/py-requests
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18787
This commit is contained in:
parent
1f8bc60ff0
commit
3789c74a84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489762
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user