From 6b8428e90668d740f32516636f9bd494cd29c607 Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Wed, 8 Nov 2017 22:28:51 +0000 Subject: [PATCH] - Remove unneeded dependency crypto - Set more precise version number on stem dependency Reported by: yuri@ --- security/nyx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/nyx/Makefile b/security/nyx/Makefile index 4df1f88b8153..606ee5050ba2 100644 --- a/security/nyx/Makefile +++ b/security/nyx/Makefile @@ -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+