summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-09-12 07:02:05 +0000
committerwiz <wiz@pkgsrc.org>2021-09-12 07:02:05 +0000
commitfe19db9d34f21427d7ab41929fb9cf07df8b735f (patch)
tree55d1d11789fcc12e56e64445a2ff07c1e7852e66 /converters
parent0816eb9e0ef0f352cb816affd0824b72635aabf8 (diff)
downloadpkgsrc-fe19db9d34f21427d7ab41929fb9cf07df8b735f.tar.gz
py-reedsolo: add missing build dependency on py-cython
Fixes PLIST which assumed it was installed.
Diffstat (limited to 'converters')
-rw-r--r--converters/py-reedsolo/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/converters/py-reedsolo/Makefile b/converters/py-reedsolo/Makefile
index e8028e05cb5..03e70edad96 100644
--- a/converters/py-reedsolo/Makefile
+++ b/converters/py-reedsolo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/09/09 07:31:02 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/12 07:02:05 wiz Exp $
DISTNAME= reedsolo-1.5.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,7 @@ HOMEPAGE= https://github.com/tomerfiliba/reedsolomon
COMMENT= Pure-Python Reed Solomon encoder/decoder
LICENSE= mit
-#TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-#PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-#do-test:
-# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+BUILD_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"