pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-imapclient



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 18 16:00:46 UTC 2024

Modified Files:
        pkgsrc/mail/py-imapclient: Makefile

Log Message:
py-imapclient: also needs TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/py-imapclient/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/py-imapclient/Makefile
diff -u pkgsrc/mail/py-imapclient/Makefile:1.4 pkgsrc/mail/py-imapclient/Makefile:1.5
--- pkgsrc/mail/py-imapclient/Makefile:1.4      Thu Jan 18 15:59:37 2024
+++ pkgsrc/mail/py-imapclient/Makefile  Thu Jan 18 16:00:46 2024
@@ -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/imapcli
 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



Home | Main Index | Thread Index | Old Index