* [Buildroot] [PATCH 1/1] package/python-dbus-fast: use poetry setup type
@ 2024-11-05 17:29 James Hilliard
2024-11-06 22:26 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-11-05 17:29 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj, Asaf Kahlon
Use the new poetry setup type which automatically pulls in the
host-python-poetry-core dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-dbus-fast/python-dbus-fast.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/python-dbus-fast/python-dbus-fast.mk b/package/python-dbus-fast/python-dbus-fast.mk
index 359a69784a..60d0b7e9af 100644
--- a/package/python-dbus-fast/python-dbus-fast.mk
+++ b/package/python-dbus-fast/python-dbus-fast.mk
@@ -7,13 +7,12 @@
PYTHON_DBUS_FAST_VERSION = 2.24.3
PYTHON_DBUS_FAST_SOURCE = dbus_fast-$(PYTHON_DBUS_FAST_VERSION).tar.gz
PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/0a/37/a27e7f2dc6a18b5dcee70ffb08013a33770c2154a51fb5e2c04a7f4169fa
-PYTHON_DBUS_FAST_SETUP_TYPE = pep517
+PYTHON_DBUS_FAST_SETUP_TYPE = poetry
PYTHON_DBUS_FAST_LICENSE = MIT
PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
PYTHON_DBUS_FAST_ENV = REQUIRE_CYTHON=1
PYTHON_DBUS_FAST_DEPENDENCIES = \
host-python-cython \
- host-python-poetry-core \
host-python-setuptools
$(eval $(python-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-dbus-fast: use poetry setup type
2024-11-05 17:29 [Buildroot] [PATCH 1/1] package/python-dbus-fast: use poetry setup type James Hilliard
@ 2024-11-06 22:26 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-11-06 22:26 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot, Marcin Niestroj, Asaf Kahlon
On Tue, 5 Nov 2024 10:29:35 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> Use the new poetry setup type which automatically pulls in the
> host-python-poetry-core dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-dbus-fast/python-dbus-fast.mk | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-06 22:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 17:29 [Buildroot] [PATCH 1/1] package/python-dbus-fast: use poetry setup type James Hilliard
2024-11-06 22:26 ` Thomas Petazzoni via buildroot
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.