pkgsrc-WIP-changes archive

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

py-minidb: TOOL_DEPENDS on py-wheel to build



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Jul 24 23:42:58 2022 +0200
Changeset:	bfe6449d7d6e451aa1e1483e87036e7c569c0782

Modified Files:
	py-minidb/Makefile

Log Message:
py-minidb: TOOL_DEPENDS on py-wheel to build

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

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

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

diffs:
diff --git a/py-minidb/Makefile b/py-minidb/Makefile
index a8e76c6d5e..9c7d7c151f 100644
--- a/py-minidb/Makefile
+++ b/py-minidb/Makefile
@@ -14,6 +14,7 @@ LICENSE=	isc
 DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 # TEST_DEPENDS
 BUILD_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.32:../../devel/py-wheel
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index