Skip to content

Commit 7789317

Browse files
committed
yabasanshiro: remove package python-pip
Package python-pip is not necessary to compile and run yabasanshiro. Debian >= 10 has no python-pip package. Remove it.
1 parent 28f8e14 commit 7789317

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)