diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-path_17.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-path_17.1.0.bb) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_17.1.0.bb b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb index 066f756730..be150f3dbb 100644 --- a/meta-python/recipes-devtools/python/python3-path_17.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | SUMMARY = "A module wrapper for os.path" | 1 | SUMMARY = "A module wrapper for os.path" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9" | 5 | SRC_URI[sha256sum] = "2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42" |
| 6 | 6 | ||
| 7 | SRC_URI += "\ | 7 | SRC_URI += "\ |
| 8 | file://run-ptest \ | 8 | file://run-ptest \ |
| @@ -10,7 +10,10 @@ SRC_URI += "\ | |||
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta ptest | 11 | inherit pypi python_setuptools_build_meta ptest |
| 12 | 12 | ||
| 13 | DEPENDS += "python3-setuptools-scm-native" | 13 | DEPENDS += " \ |
| 14 | python3-setuptools-scm-native \ | ||
| 15 | python3-coherent-licensed-native \ | ||
| 16 | " | ||
| 14 | 17 | ||
| 15 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
| 16 | python3-appdirs \ | 19 | python3-appdirs \ |
| @@ -22,6 +25,7 @@ RDEPENDS:${PN} += " \ | |||
| 22 | RDEPENDS:${PN}-ptest += " \ | 25 | RDEPENDS:${PN}-ptest += " \ |
| 23 | python3-pytest \ | 26 | python3-pytest \ |
| 24 | python3-unittest-automake-output \ | 27 | python3-unittest-automake-output \ |
| 28 | python3-more-itertools \ | ||
| 25 | " | 29 | " |
| 26 | 30 | ||
| 27 | BBCLASSEXTEND = "nativesdk native" | 31 | BBCLASSEXTEND = "nativesdk native" |
