summaryrefslogtreecommitdiff
path: root/net/py-pynng
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-20 06:16:28 +0000
committernia <nia@pkgsrc.org>2021-05-20 06:16:28 +0000
commit6722538b9a7ebe473b3a21ced468de574a3a4c16 (patch)
treec26ec63ee4b2805901335794f7c2632bb46f9463 /net/py-pynng
parentbefe6bbb29bf54e3685debdaf9081271b2380b1f (diff)
downloadpkgsrc-6722538b9a7ebe473b3a21ced468de574a3a4c16.tar.gz
py-pynng: add more missing dependencies.
Diffstat (limited to 'net/py-pynng')
-rw-r--r--net/py-pynng/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-pynng/Makefile b/net/py-pynng/Makefile
index ca529e218cd..861d510a64c 100644
--- a/net/py-pynng/Makefile
+++ b/net/py-pynng/Makefile
@@ -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