pkgsrc-WIP-changes archive

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

py-minidb: 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:38:37 2023 +0200
Changeset:	f4653d37143db0fb34bb794d891f8c8b299ab25c

Modified Files:
	py-minidb/Makefile

Log Message:
py-minidb: 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=f4653d37143db0fb34bb794d891f8c8b299ab25c

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

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

diffs:
diff --git a/py-minidb/Makefile b/py-minidb/Makefile
index 808f2f49f3..efff37a6e5 100644
--- a/py-minidb/Makefile
+++ b/py-minidb/Makefile
@@ -13,6 +13,8 @@ LICENSE=	isc
 
 TEST_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 TEST_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.32:../../devel/py-wheel
+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