* [Buildroot] [PATCH 1/1] package/python-flask-babel: use poetry setup type
@ 2024-11-05 16:52 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 16:52 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Lionel Flandrin, 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-flask-babel/python-flask-babel.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/python-flask-babel/python-flask-babel.mk b/package/python-flask-babel/python-flask-babel.mk
index 3970a14db1..33444c71e0 100644
--- a/package/python-flask-babel/python-flask-babel.mk
+++ b/package/python-flask-babel/python-flask-babel.mk
@@ -8,8 +8,7 @@ PYTHON_FLASK_BABEL_VERSION = 4.0.0
PYTHON_FLASK_BABEL_SOURCE = flask_babel-$(PYTHON_FLASK_BABEL_VERSION).tar.gz
PYTHON_FLASK_BABEL_SITE = https://files.pythonhosted.org/packages/58/1a/4c65e3b90bda699a637bfb7fb96818b0a9bbff7636ea91aade67f6020a31
PYTHON_FLASK_BABEL_LICENSE = BSD-3-Clause
-PYTHON_FLASK_BABEL_SETUP_TYPE = pep517
+PYTHON_FLASK_BABEL_SETUP_TYPE = poetry
PYTHON_FLASK_BABEL_LICENSE_FILES = LICENSE
-PYTHON_FLASK_BABEL_DEPENDENCIES = host-python-poetry-core
$(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-flask-babel: use poetry setup type
2024-11-05 16:52 [Buildroot] [PATCH 1/1] package/python-flask-babel: 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, Lionel Flandrin, Asaf Kahlon
On Tue, 5 Nov 2024 09:52: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-flask-babel/python-flask-babel.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 16:52 [Buildroot] [PATCH 1/1] package/python-flask-babel: 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.