pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-pynng



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May 20 06:16:28 UTC 2021

Modified Files:
        pkgsrc/net/py-pynng: Makefile

Log Message:
py-pynng: add more missing dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-pynng/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/py-pynng/Makefile
diff -u pkgsrc/net/py-pynng/Makefile:1.4 pkgsrc/net/py-pynng/Makefile:1.5
--- pkgsrc/net/py-pynng/Makefile:1.4    Fri May 14 12:31:52 2021
+++ pkgsrc/net/py-pynng/Makefile        Thu May 20 06:16:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/05/14 12:31:52 nia Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/20 06:16:28 nia Exp $
 
 DISTNAME=      pynng-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,7 @@ LICENSE=      mit
 USE_TOOLS+=    cmake
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+DEPENDS+=      ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-sniffio-[0-9]*:../../misc/py-sniffio
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index