pkgsrc-WIP-changes archive

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

*: add some missing tool dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sat Jan 6 12:59:05 2024 +0100
Changeset:	bc8d656b5e836f86df246c1dcded08478b0a89c1

Modified Files:
	py-aioquic/Makefile
	py-pylsqpack/Makefile

Log Message:
*: add some missing tool dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc8d656b5e836f86df246c1dcded08478b0a89c1

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

diffstat:
 py-aioquic/Makefile   | 3 ++-
 py-pylsqpack/Makefile | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-aioquic/Makefile b/py-aioquic/Makefile
index c9bb103b56..0c9d47a422 100644
--- a/py-aioquic/Makefile
+++ b/py-aioquic/Makefile
@@ -10,13 +10,14 @@ HOMEPAGE=	https://github.com/aiortc/aioquic
 COMMENT=	Fork of aioquic with adjustments for mitmproxy
 LICENSE=	modified-bsd
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-certifi>=0:../../security/py-certifi
 DEPENDS+=	${PYPKGPREFIX}-pylsqpack>=0.3.3:../../wip/py-pylsqpack
 DEPENDS+=	${PYPKGPREFIX}-cryptography>=0:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-OpenSSL>=22:../../security/py-OpenSSL
 DEPENDS+=	${PYPKGPREFIX}-service_identity>=23.1.0:../../security/py-service_identity
 
-# Only for Python 3.x
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/wheel.mk"
diff --git a/py-pylsqpack/Makefile b/py-pylsqpack/Makefile
index c767f02baa..0cb5556f62 100644
--- a/py-pylsqpack/Makefile
+++ b/py-pylsqpack/Makefile
@@ -10,7 +10,9 @@ HOMEPAGE=	https://github.com/aiortc/pylsqpack
 COMMENT=	Python wrapper for the ls-qpack QPACK library
 LICENSE=	modified-bsd
 
-# Only for Python 3.x
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/wheel.mk"


Home | Main Index | Thread Index | Old Index