diff --git a/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb b/meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb similarity index 63% rename from meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb rename to meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb index ec67a4b161..ec0e02cde7 100644 --- a/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb @@ -4,9 +4,11 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" -SRC_URI[sha256sum] = "2c86e3d9a04798ac556793bced838816296a2f085017664e4995cb40a1047a02" +SRC_URI[sha256sum] = "27a5c770d068c110d9ed9323f24f1543e83b2f300a687b7891c1a6d56b697b5b" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-setuptools-git-versioning-native" RDEPENDS:${PN} += " \ python3-json \