diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-packaging_24.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-packaging_24.1.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_24.1.bb b/meta/recipes-devtools/python/python3-packaging_24.1.bb deleted file mode 100644 index 596250b066..0000000000 --- a/meta/recipes-devtools/python/python3-packaging_24.1.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "Core utilities for Python packages" | ||
2 | HOMEPAGE = "https://github.com/pypa/packaging" | ||
3 | LICENSE = "Apache-2.0 | BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | ||
5 | |||
6 | SRC_URI[sha256sum] = "026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" | ||
7 | |||
8 | inherit pypi python_flit_core | ||
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||
11 | |||
12 | # Bootstrap the native build | ||
13 | DEPENDS:remove:class-native = "python3-build-native" | ||
14 | RDEPENDS:${PN} += "python3-profile" | ||
15 | |||
16 | do_compile:class-native () { | ||
17 | python_flit_core_do_manual_build | ||
18 | } | ||