summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorzhengrq.fnst@fujitsu.com <zhengrq.fnst@fujitsu.com>2022-11-23 14:53:38 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-23 08:25:30 -0800
commit2cd011bd9ba462af37ab692b2503680a86122c4c (patch)
tree689e3bfd0bf5a465796633b62eb06130b5d862ee /meta-python
parente744246abd6910bab104727098da5cb05821a4ac (diff)
downloadmeta-openembedded-2cd011bd9ba462af37ab692b2503680a86122c4c.tar.gz
python3-zopeinterface: upgrade 5.5.1 -> 5.5.2
Changelog: Add support for building arm64 wheels on macOS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-zopeinterface_5.5.2.bb (renamed from meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.2.bb
index 00c2eaf286..0384d46e5c 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423
5PYPI_PACKAGE = "zope.interface" 5PYPI_PACKAGE = "zope.interface"
6 6
7inherit pypi setuptools3 7inherit pypi setuptools3
8SRC_URI[sha256sum] = "6d678475fdeb11394dc9aaa5c564213a1567cc663082e0ee85d52f78d1fbaab2" 8SRC_URI[sha256sum] = "bfee1f3ff62143819499e348f5b8a7f3aa0259f9aca5e0ddae7391d059dce671"
9 9
10PACKAGES =. "${PN}-test " 10PACKAGES =. "${PN}-test "
11 11