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:52 +0000 |
commit | 97f53ce1bbe8f6821581f801a6920e90a21ae21a (patch) | |
tree | e8dc81fdda2c0dafb7c29815965b67778c20854b /meta/recipes-devtools/python/python3-testtools_2.7.1.bb | |
parent | 018e7214812b77f81bd9e450ac1e55a8b7234bbd (diff) | |
download | poky-97f53ce1bbe8f6821581f801a6920e90a21ae21a.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.
(From OE-Core rev: a6c46a0074999d9460f273886734258f0bf788d2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-testtools_2.7.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-testtools_2.7.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-testtools_2.7.1.bb b/meta/recipes-devtools/python/python3-testtools_2.7.1.bb new file mode 100644 index 0000000000..79e46a02de --- /dev/null +++ b/meta/recipes-devtools/python/python3-testtools_2.7.1.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-testtools.inc | ||
3 | |||