pkgsrc-WIP-changes archive

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

py-HeapDict: Update Makefile to depend on wheel for building



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Jan 14 07:54:29 2023 -0800
Changeset:	d31b893eea6ef2d32c6ddb900588256602ff85d2

Modified Files:
	py-HeapDict/Makefile

Log Message:
py-HeapDict: Update Makefile to depend on wheel for building

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

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

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

diffs:
diff --git a/py-HeapDict/Makefile b/py-HeapDict/Makefile
index cc07ce1a8a..13ed3238dd 100644
--- a/py-HeapDict/Makefile
+++ b/py-HeapDict/Makefile
@@ -13,6 +13,7 @@ LICENSE=	modified-bsd
 
 USE_LANGUAGES=	# none
 
+BUILD_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 do-test:


Home | Main Index | Thread Index | Old Index