pkgsrc-WIP-changes archive

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

py-trio-websocket: needs py-setuptools to build



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Dec 25 09:40:55 2023 +0200
Changeset:	4be024ebedc51eb50017e5a40533b3b14b1fa342

Modified Files:
	py-trio-websocket/Makefile

Log Message:
py-trio-websocket: needs py-setuptools to build

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

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

diffstat:
 py-trio-websocket/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-trio-websocket/Makefile b/py-trio-websocket/Makefile
index 7e7bb9e94c..0027d1d892 100644
--- a/py-trio-websocket/Makefile
+++ b/py-trio-websocket/Makefile
@@ -12,6 +12,8 @@ LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-trio>=0.14:../../devel/py-trio
 DEPENDS+=	${PYPKGPREFIX}-wsproto>=0.14:../../www/py-wsproto
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index