summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb (renamed from meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb)9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb
index 7e2fadda1c..9c285bf80c 100644
--- a/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb
@@ -8,11 +8,8 @@ data."
8HOMEPAGE = "https://github.com/cloudpipe/cloudpickle" 8HOMEPAGE = "https://github.com/cloudpipe/cloudpickle"
9 9
10LICENSE = "BSD-3-Clause" 10LICENSE = "BSD-3-Clause"
11LIC_FILES_CHKSUM = "file://${UNPACKDIR}/LICENSE.cloudpickle;md5=b4d59aa5e2cc777722aac17841237931" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=b4d59aa5e2cc777722aac17841237931"
12 12
13inherit pypi python_flit_core 13SRC_URI[sha256sum] = "7fda9eb655c9c230dab534f1983763de5835249750e85fbcef43aaa30a9a2414"
14
15SRC_URI += "https://raw.githubusercontent.com/cloudpipe/cloudpickle/v${PV}/LICENSE;downloadfilename=LICENSE.cloudpickle;name=license"
16 14
17SRC_URI[sha256sum] = "b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64" 15inherit pypi python_flit_core
18SRC_URI[license.sha256sum] = "3029ea34173e9fdc233ad315dc6b100bd1ea71f529b1c1af97664a272fdc55f5"