1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

- Remove unneeded dependency crypto

- Set more precise version number on stem dependency

Reported by:	yuri@
This commit is contained in:
Carlo Strub 2017-11-08 22:28:51 +00:00
parent df85094cc7
commit 6b8428e906
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453769

View File

@ -12,8 +12,7 @@ COMMENT= Command-line monitor for Tor
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \
${PYTHON_PKGNAMEPREFIX}stem>1.5.0:security/py-stem \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
USES= python:2.6+