pkgsrc-WIP-changes archive

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

py-pwntools: Add dependency to py-curses



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Feb 25 21:02:26 2021 +0100
Changeset:	6c5e0bacce2c238e480933502b0c10862cfb2278

Modified Files:
	py-pwntools/Makefile

Log Message:
py-pwntools: Add dependency to py-curses

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

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

diffstat:
 py-pwntools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-pwntools/Makefile b/py-pwntools/Makefile
index 4c43bd6ee3..97991b1e67 100644
--- a/py-pwntools/Makefile
+++ b/py-pwntools/Makefile
@@ -11,6 +11,7 @@ COMMENT=	CTF framework and exploit development library
 LICENSE=	gnu-gpl-v3 AND 2-clause-bsd AND mit
 
 DEPENDS+=	${PYPKGPREFIX}-capstone>=3.0.5:../../devel/py-capstone
+DEPENDS+=	${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-intervaltree>=3.0:../../devel/py-intervaltree
 DEPENDS+=	${PYPKGPREFIX}-mako>=1.0.0:../../devel/py-mako


Home | Main Index | Thread Index | Old Index