diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb index be3ded82bf..90def16a69 100644 --- a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb | |||
| @@ -7,7 +7,11 @@ SRC_URI[sha256sum] = "c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded | |||
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "argcomplete" | 8 | PYPI_PACKAGE = "argcomplete" |
| 9 | 9 | ||
| 10 | inherit pypi setuptools3 | 10 | inherit pypi python_setuptools_build_meta |
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python3-setuptools-scm-native \ | ||
| 14 | " | ||
| 11 | 15 | ||
| 12 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
| 13 | python3-core \ | 17 | python3-core \ |
