pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

routersplit: Add py-readline dependency



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 6 17:47:35 2020 +0100
Changeset:	27f961ad1578ed1bbc2c1f4f698252f06b6bcff1

Modified Files:
	routersploit/Makefile

Log Message:
routersplit: Add py-readline dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=27f961ad1578ed1bbc2c1f4f698252f06b6bcff1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 routersploit/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/routersploit/Makefile b/routersploit/Makefile
index f6760cdb09..d506aa5ca8 100644
--- a/routersploit/Makefile
+++ b/routersploit/Makefile
@@ -10,10 +10,11 @@ HOMEPAGE=	https://github.com/threat9/routersploit
 COMMENT=	Exploitation Framework for Embedded Devices
 LICENSE=	modified-bsd
 
+DEPENDS+=	${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
 DEPENDS+=	${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
-DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
-DEPENDS+=	${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
+DEPENDS+=	${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-snmp-[0-9]*:../../wip/py-snmp
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index