summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-bitstring_4.3.0.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.3.0.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb
index 79591fde7d..31b4330c21 100644
--- a/meta-python/recipes-devtools/python/python3-bitstring_4.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb
@@ -3,9 +3,7 @@ HOMEPAGE = "https://github.com/scott-griffiths/bitstring"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=963a24c175e658fbf16a764135121ffa" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=963a24c175e658fbf16a764135121ffa"
5 5
6SRC_URI[sha256sum] = "81800bc4e00b6508716adbae648e741256355c8dfd19541f76482fb89bee0313" 6SRC_URI[sha256sum] = "a08bc09d3857216d4c0f412a1611056f1cc2b64fd254fb1e8a0afba7cfa1a95a"
7
8PYPI_PACKAGE = "bitstring"
9 7
10inherit pypi python_poetry_core 8inherit pypi python_poetry_core
11 9