diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2025-06-09 08:50:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-12 11:03:43 +0100 |
commit | 70a9a1aeece17bdff8e6a4a22192978432a2d962 (patch) | |
tree | 7d51cfd176d58f236565dd85d5846e9a12832c34 | |
parent | b44a11c71d424f5632c256374d9f879104ec2cde (diff) | |
download | poky-70a9a1aeece17bdff8e6a4a22192978432a2d962.tar.gz |
piglit: drop python3-six dependency
six was dropped as a dependency five years ago:
https://gitlab.freedesktop.org/mesa/piglit/-/commit/288e7b3b74a88e5cfa6a7fe26d52bf093e16365f
(From OE-Core rev: 915acbfb2e10a3e50d1ddc984b8e9c363dac6f78)
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 96f93fb69b..b3469fabe1 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git" | |||
25 | X11_DEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxrender libglu', '', d)}" | 25 | X11_DEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxrender libglu', '', d)}" |
26 | X11_RDEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'mesa-demos', '', d)}" | 26 | X11_RDEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'mesa-demos', '', d)}" |
27 | 27 | ||
28 | DEPENDS = "libpng waffle libxkbcommon python3-mako-native python3-numpy-native python3-six-native virtual/egl" | 28 | DEPENDS = "libpng waffle libxkbcommon python3-mako-native python3-numpy-native virtual/egl" |
29 | 29 | ||
30 | inherit cmake pkgconfig python3native features_check bash-completion | 30 | inherit cmake pkgconfig python3native features_check bash-completion |
31 | 31 | ||
@@ -64,7 +64,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | |||
64 | RDEPENDS:${PN} = "waffle waffle-bin python3 python3-mako python3-json \ | 64 | RDEPENDS:${PN} = "waffle waffle-bin python3 python3-mako python3-json \ |
65 | python3-misc \ | 65 | python3-misc \ |
66 | python3-unixadmin python3-xml python3-multiprocessing \ | 66 | python3-unixadmin python3-xml python3-multiprocessing \ |
67 | python3-six python3-shell python3-io \ | 67 | python3-shell python3-io \ |
68 | python3-netserver bash \ | 68 | python3-netserver bash \ |
69 | " | 69 | " |
70 | 70 | ||