Skip to content

Commit 47c7f13

Browse files
authored
Merge pull request #3630 from gizmo98/yabasanshiro-fix
yabasanshiro: remove missing python-pip package
2 parents df398d0 + 7789317 commit 47c7f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/yabasanshiro.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rp_module_section="exp"
1818
rp_module_flags="!all rpi !videocore"
1919

2020
function depends_yabasanshiro() {
21-
local depends=(cmake pkg-config python-pip protobuf-compiler libprotobuf-dev libsecret-1-dev libssl-dev libsdl2-dev libboost-all-dev)
21+
local depends=(cmake pkg-config protobuf-compiler libprotobuf-dev libsecret-1-dev libssl-dev libsdl2-dev libboost-all-dev)
2222
getDepends "${depends[@]}"
2323
}
2424

0 commit comments

Comments
 (0)