pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/scapy



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Feb  7 22:52:29 UTC 2023

Modified Files:
        pkgsrc/net/scapy: Makefile

Log Message:
scapy: reflect test dependency on py-mock


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/scapy/Makefile

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

Modified files:

Index: pkgsrc/net/scapy/Makefile
diff -u pkgsrc/net/scapy/Makefile:1.42 pkgsrc/net/scapy/Makefile:1.43
--- pkgsrc/net/scapy/Makefile:1.42      Thu Jan 19 00:35:26 2023
+++ pkgsrc/net/scapy/Makefile   Tue Feb  7 22:52:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2023/01/19 00:35:26 gutteridge Exp $
+# $NetBSD: Makefile,v 1.43 2023/02/07 22:52:29 gutteridge Exp $
 
 DISTNAME=      scapy-2.5.0
 PKGREVISION=   1
@@ -23,6 +23,7 @@ SUBST_FILES.config=   setup.py
 SUBST_SED.config+=     -e "s|share/man|${PKGMANDIR}|g"
 SUBST_MESSAGE.config=  Fixing paths.
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= tcpreplay-[0-9]*:../../net/tcpreplay
 
 DATE_VAL=      ${DATE} "+%Y%m%d-%H%M%S"



Home | Main Index | Thread Index | Old Index