Skip to content

Commit b10d49c

Browse files
gudnimgrpurdie
authored andcommitted
piglit: drop python3-six dependency
six was dropped as a dependency five years ago: https://gitlab.freedesktop.org/mesa/piglit/-/commit/288e7b3b74a88e5cfa6a7fe26d52bf093e16365f Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
1 parent 813c42c commit b10d49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta/recipes-graphics/piglit/piglit_git.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git"
2525
X11_DEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxrender libglu', '', d)}"
2626
X11_RDEPS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'mesa-demos', '', d)}"
2727

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"
2929

3030
inherit cmake pkgconfig python3native features_check bash-completion
3131

@@ -64,7 +64,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
6464
RDEPENDS:${PN} = "waffle waffle-bin python3 python3-mako python3-json \
6565
python3-misc \
6666
python3-unixadmin python3-xml python3-multiprocessing \
67-
python3-six python3-shell python3-io \
67+
python3-shell python3-io \
6868
python3-netserver bash \
6969
"
7070

0 commit comments

Comments
 (0)