diff mbox series

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

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

Commit Message

James Hilliard Nov. 5, 2024, 4:49 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-tomlkit/python-tomlkit.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Thomas Petazzoni Nov. 6, 2024, 10:26 p.m. UTC | #1
On Tue,  5 Nov 2024 09:49:56 -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-tomlkit/python-tomlkit.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-tomlkit/python-tomlkit.mk b/package/python-tomlkit/python-tomlkit.mk
index 0b1d32c374..79138d69e8 100644
--- a/package/python-tomlkit/python-tomlkit.mk
+++ b/package/python-tomlkit/python-tomlkit.mk
@@ -7,11 +7,9 @@ 
 PYTHON_TOMLKIT_VERSION = 0.13.2
 PYTHON_TOMLKIT_SOURCE = tomlkit-$(PYTHON_TOMLKIT_VERSION).tar.gz
 PYTHON_TOMLKIT_SITE = https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa
-PYTHON_TOMLKIT_SETUP_TYPE = pep517
+PYTHON_TOMLKIT_SETUP_TYPE = poetry
 PYTHON_TOMLKIT_LICENSE = MIT
 PYTHON_TOMLKIT_LICENSE_FILES = LICENSE
-PYTHON_TOMLKIT_DEPENDENCIES = host-python-poetry-core
-HOST_PYTHON_TOMLKIT_DEPENDENCIES = host-python-poetry-core
 
 $(eval $(python-package))
 $(eval $(host-python-package))