pkgsrc-WIP-changes archive

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

py-fsspec: 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:53:35 2023 -0800
Changeset:	a274754e7f613d5c2b499d859820575918b6c843

Modified Files:
	py-fsspec/Makefile

Log Message:
py-fsspec: 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=a274754e7f613d5c2b499d859820575918b6c843

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

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

diffs:
diff --git a/py-fsspec/Makefile b/py-fsspec/Makefile
index eef70c911b..be6841ba42 100644
--- a/py-fsspec/Makefile
+++ b/py-fsspec/Makefile
@@ -15,6 +15,7 @@ WRKSRC=	${WRKDIR}/${GITHUB_PROJECT}-${FSSPEC_VERSION}
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
+BUILD_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TEST_DEPENDS+=	${PYPKGPREFIX}-wrapt>=1.14.1:../../devel/py-wrapt
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock>=3.6.1:../../devel/py-test-mock


Home | Main Index | Thread Index | Old Index