py-imapclient: also needs TOOL_DEPENDS

This commit is contained in:
adam 2024-01-18 16:00:46 +00:00
parent 4ad5c8816c
commit 1a5410c0f3

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2024/01/18 15:59:37 adam Exp $
# $NetBSD: Makefile,v 1.5 2024/01/18 16:00:46 adam Exp $
DISTNAME= IMAPClient-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@ -11,6 +11,9 @@ HOMEPAGE= https://github.com/mjs/imapclient
COMMENT= Convience IMAP client for Python
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27