diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-15 16:39:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:46 +0000 |
commit | a6c46a0074999d9460f273886734258f0bf788d2 (patch) | |
tree | eb863aee31e34e1742a56d9700ae3c4c1abf9961 | |
parent | 8f8b485acffba65430d0b9f53d7ebfaf1a918872 (diff) | |
download | openembedded-core-a6c46a0074999d9460f273886734258f0bf788d2.tar.gz |
python3-testtools: upgrade 2.7.0 -> 2.7.1
Changelog:
============
* Remove various unused imports.
* Fix build backend. This should prevent version from being set to 0.0.0
when building wheels.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-devtools/python/python-testtools.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-testtools_2.7.1.bb (renamed from meta/recipes-devtools/python/python3-testtools_2.7.0.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc index 76f99c2058..759166d63d 100644 --- a/meta/recipes-devtools/python/python-testtools.inc +++ b/meta/recipes-devtools/python/python-testtools.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a" inherit pypi -SRC_URI[sha256sum] = "eec326f4275e6a55e5540302d01a0ae0a9e48991d7aade38a5c8ed093c37993a" +SRC_URI[sha256sum] = "df6de96010e29ee21f637a147eabf30d50b25e3841dd1d68f93ee89ce77e366c" DEPENDS += " \ ${PYTHON_PN}-pbr \ diff --git a/meta/recipes-devtools/python/python3-testtools_2.7.0.bb b/meta/recipes-devtools/python/python3-testtools_2.7.1.bb index 79e46a02de..79e46a02de 100644 --- a/meta/recipes-devtools/python/python3-testtools_2.7.0.bb +++ b/meta/recipes-devtools/python/python3-testtools_2.7.1.bb |