diff mbox series

[1/1] package/python-maturin: drop host-python-tomli dependency

Message ID 20221206044545.2812061-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/python-maturin: drop host-python-tomli dependency | expand

Commit Message

James Hilliard Dec. 6, 2022, 4:45 a.m. UTC
The host-python-tomli dependency is not required on python version
3.11 and newer.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-maturin/python-maturin.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni Dec. 11, 2022, 5:06 p.m. UTC | #1
On Mon,  5 Dec 2022 21:45:45 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> The host-python-tomli dependency is not required on python version
> 3.11 and newer.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-maturin/python-maturin.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-maturin/python-maturin.mk b/package/python-maturin/python-maturin.mk
index ab87df3842..3dedfdce11 100644
--- a/package/python-maturin/python-maturin.mk
+++ b/package/python-maturin/python-maturin.mk
@@ -12,7 +12,6 @@  PYTHON_MATURIN_LICENSE = Apache-2.0 or MIT
 PYTHON_MATURIN_LICENSE_FILES = license-apache license-mit
 HOST_PYTHON_MATURIN_DEPENDENCIES = \
 	host-python-setuptools-rust \
-	host-python-tomli \
 	host-rustc
 HOST_PYTHON_MATURIN_ENV = \
 	$(HOST_PKG_CARGO_ENV) \