py-macs2: add missing tool dependencies

This commit is contained in:
wiz 2023-12-25 10:21:17 +00:00
parent 513f36db1b
commit f3250f37e4
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2023/12/23 16:15:02 bacon Exp $
# $NetBSD: Makefile,v 1.8 2023/12/25 10:21:17 wiz Exp $
DISTNAME= MACS2-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-macs2-2.2.9.1
@ -13,6 +13,8 @@ COMMENT= Algorithm for identifying transcription factor binding sites
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
# Requires new python features
PYTHON_VERSIONS_INCOMPATIBLE= 27 38