summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/python_maturin.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/python_maturin.bbclass b/meta/classes-recipe/python_maturin.bbclass
index c39d6c6e37..5892bf5ecd 100644
--- a/meta/classes-recipe/python_maturin.bbclass
+++ b/meta/classes-recipe/python_maturin.bbclass
@@ -4,7 +4,7 @@
4# SPDX-License-Identifier: MIT 4# SPDX-License-Identifier: MIT
5# 5#
6 6
7inherit python_pyo3 python_setuptools_build_meta 7inherit python_pyo3 python_pep517
8 8
9DEPENDS += "python3-maturin-native" 9DEPENDS += "python3-maturin-native"
10 10