Message ID | 20241105181142.1421388-1-james.hilliard1@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] package/python-pylibftdi: use poetry setup type | expand |
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 --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))
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(-)