pkgsrc-WIP-changes archive

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

py-spsdk: fixes (needs lots more deps packaged)



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Dec 7 19:23:10 2023 +0100
Changeset:	193f4a4378170a4598508056712196b42118c1ad

Modified Files:
	py-spsdk/Makefile

Log Message:
py-spsdk: fixes (needs lots more deps packaged)

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

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

diffstat:
 py-spsdk/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-spsdk/Makefile b/py-spsdk/Makefile
index eff9a6e99b..390efa78ba 100644
--- a/py-spsdk/Makefile
+++ b/py-spsdk/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/NXPmicro/spsdk
 COMMENT=	Open Source Secure Provisioning SDK for NXP MCU/MPU
 LICENSE=	modified-bsd
 
-BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-asn1crypto>=1.2:../../security/py-asn1crypto
 DEPENDS+=	${PYPKGPREFIX}-astunparse>=1.6:../../devel/py-astunparse
 DEPENDS+=	# TODO: bincopy>=17.14.5
@@ -37,6 +37,8 @@ DEPENDS+=	${PYPKGPREFIX}-ruamel-yaml>=0.17:../../devel/py-ruamel-yaml
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
 DEPENDS+=	# TODO: sly<0.6>=0
 DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=0:../../devel/py-typing-extensions
+# TODO: check if needed
+DEPENDS+=	${PYPKGPREFIX}-importlib-metadata>=0:../../devel/py-importlib-metadata
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index