diff options
Diffstat (limited to 'meta-python')
3 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index a8b4532c37..7b7d7bee98 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -391,7 +391,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
391 | python3-serpent \ | 391 | python3-serpent \ |
392 | python3-service-identity \ | 392 | python3-service-identity \ |
393 | python3-setuptools-declarative-requirements \ | 393 | python3-setuptools-declarative-requirements \ |
394 | python3-setuptools-scm-git-archive \ | ||
395 | python3-sh \ | 394 | python3-sh \ |
396 | python3-sijax \ | 395 | python3-sijax \ |
397 | python3-simpleeval \ | 396 | python3-simpleeval \ |
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb index 82b8ef37ed..e419fdcf18 100644 --- a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb | |||
@@ -11,7 +11,6 @@ inherit pypi python_setuptools_build_meta | |||
11 | 11 | ||
12 | DEPENDS += " \ | 12 | DEPENDS += " \ |
13 | ${PYTHON_PN}-setuptools-scm-native \ | 13 | ${PYTHON_PN}-setuptools-scm-native \ |
14 | ${PYTHON_PN}-setuptools-scm-git-archive-native \ | ||
15 | " | 14 | " |
16 | 15 | ||
17 | RDEPENDS:${PN} = " \ | 16 | RDEPENDS:${PN} = " \ |
diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb deleted file mode 100644 index 2068871d93..0000000000 --- a/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "setuptools_scm plugin for git archives" | ||
2 | HOMEPAGE = "https://pypi.org/project/setuptools-scm-git-archive/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" | ||
5 | |||
6 | SRC_URI[sha256sum] = "6026f61089b73fa1b5ee737e95314f41cb512609b393530385ed281d0b46c062" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | PYPI_PACKAGE = "setuptools_scm_git_archive" | ||
11 | PYPI_SRC_URI = "https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291/${PYPI_ARCHIVE_NAME}" | ||
12 | |||
13 | DEPENDS += "python3-setuptools-scm-native" | ||
14 | RDEPENDS:${PN} += "python3-setuptools-scm" | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||