diff mbox series

[1/1] package/python-pylibftdi: use poetry setup type

Message ID 20241105181142.1421388-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/python-pylibftdi: use poetry setup type | expand

Commit Message

James Hilliard Nov. 5, 2024, 6:11 p.m. UTC
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-pylibftdi/python-pylibftdi.mk | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni Nov. 6, 2024, 10:27 p.m. UTC | #1
On Tue,  5 Nov 2024 11:11:42 -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-pylibftdi/python-pylibftdi.mk | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-pylibftdi/python-pylibftdi.mk b/package/python-pylibftdi/python-pylibftdi.mk
index b4a9d82ef8..1085c4879a 100644
--- a/package/python-pylibftdi/python-pylibftdi.mk
+++ b/package/python-pylibftdi/python-pylibftdi.mk
@@ -9,9 +9,7 @@  PYTHON_PYLIBFTDI_SOURCE = pylibftdi-$(PYTHON_PYLIBFTDI_VERSION).tar.gz
 PYTHON_PYLIBFTDI_SITE = https://files.pythonhosted.org/packages/74/b3/a3c333a250143d204a0bb60de7c1e5f841543231f04c71ff4fa65e5b90c2
 PYTHON_PYLIBFTDI_LICENSE = MIT
 PYTHON_PYLIBFTDI_LICENSE_FILES = LICENSE.txt
-PYTHON_PYLIBFTDI_SETUP_TYPE = pep517
-PYTHON_PYLIBFTDI_DEPENDENCIES = \
-	host-python-poetry-core \
-	libftdi
+PYTHON_PYLIBFTDI_SETUP_TYPE = poetry
+PYTHON_PYLIBFTDI_DEPENDENCIES = libftdi
 
 $(eval $(python-package))