diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twine_4.0.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twine_4.0.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twine_4.0.2.bb b/meta-python/recipes-devtools/python/python3-twine_4.0.2.bb index 161b4b2212..2c73861f59 100644 --- a/meta-python/recipes-devtools/python/python3-twine_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-twine_4.0.2.bb | |||
@@ -8,11 +8,11 @@ SRC_URI[sha256sum] = "9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1 | |||
8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
9 | 9 | ||
10 | DEPENDS += "\ | 10 | DEPENDS += "\ |
11 | ${PYTHON_PN}-setuptools-scm-native \ | 11 | python3-setuptools-scm-native \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-importlib-metadata \ | 15 | python3-importlib-metadata \ |
16 | " | 16 | " |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |