All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-remi: fix pep517 build
@ 2024-04-07 11:54 Fabrice Fontaine
  2024-04-07 19:33 ` Arnout Vandecappelle via buildroot
  0 siblings, 1 reply; 7+ messages in thread
From: Fabrice Fontaine @ 2024-04-07 11:54 UTC (permalink / raw)
  To: buildroot
  Cc: James Hilliard, Gwenhael Goavec-Merou, Fabrice Fontaine,
	Asaf Kahlon

Fix the following build failure raised since commit
8937db8dd595e0988751e5dbb568e870b07b39cc:

  File "/home/buildroot/autobuild/run/instance-0/output-1/host/lib/python3.11/site-packages/setuptools/build_meta.py", line 76, in fetch_build_eggs
    raise SetupRequirementsError(specifier_list)
setuptools.build_meta.SetupRequirementsError: ['setuptools_scm']

Fixes: 8937db8dd595e0988751e5dbb568e870b07b39cc
 - http://autobuild.buildroot.org/results/59ff2895baa49260fb83bc375993907144b945af

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-remi/python-remi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-remi/python-remi.mk b/package/python-remi/python-remi.mk
index 419a3441a7..ec1649f8a4 100644
--- a/package/python-remi/python-remi.mk
+++ b/package/python-remi/python-remi.mk
@@ -11,5 +11,6 @@ PYTHON_REMI_SITE = https://files.pythonhosted.org/packages/b7/5c/fca9d9273fc9d5f
 PYTHON_REMI_LICENSE = Apache-2.0
 PYTHON_REMI_LICENSE_FILES = LICENSE
 PYTHON_REMI_SETUP_TYPE = setuptools
+PYTHON_REMI_BUILD_OPTS = --skip-dependency-check
 
 $(eval $(python-package))
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-09 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-07 11:54 [Buildroot] [PATCH 1/1] package/python-remi: fix pep517 build Fabrice Fontaine
2024-04-07 19:33 ` Arnout Vandecappelle via buildroot
2024-04-07 19:58   ` Fabrice Fontaine
2024-05-09 16:46     ` Thomas Petazzoni via buildroot
2024-05-09 20:54       ` Arnout Vandecappelle via buildroot
2024-05-09 21:14         ` Thomas Petazzoni via buildroot
2024-05-09 21:28         ` James Hilliard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.