summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-distro_1.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-distro_1.6.0.bb)9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-distro_1.6.0.bb b/meta-python/recipes-devtools/python/python3-distro_1.7.0.bb
index 8aa2255670..f069234d1b 100644
--- a/meta-python/recipes-devtools/python/python3-distro_1.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-distro_1.7.0.bb
@@ -5,8 +5,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
5 5
6PYPI_PACKAGE = "distro" 6PYPI_PACKAGE = "distro"
7 7
8SRC_URI[sha256sum] = "83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424" 8SRC_URI[sha256sum] = "151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39"
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12RDEPENDS:${PN} = "\
13 ${PYTHON_PN}-core \
14 ${PYTHON_PN}-json \
15 ${PYTHON_PN}-logging \
16 ${PYTHON_PN}-shell \
17"
18
12BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"