Skip to content

Commit

Permalink
mysticmine - Disable on Debian versions newer than 10 (buster)
Browse files Browse the repository at this point in the history
The scriptmodule requires Python2 and python modules that are no longer packaged.
  • Loading branch information
joolswills committed Apr 23, 2024
1 parent f5aa8d2 commit aaa7d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scriptmodules/ports/mysticmine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rp_module_desc="Mystic Mine - Rail game for up to six players on one keyboard"
rp_module_licence="MIT https://raw.githubusercontent.com/dewitters/MysticMine/master/LICENSE.txt"
rp_module_repo="git https://github.com/dewitters/MysticMine.git master"
rp_module_section="exp"
rp_module_flags="!:\$__os_debian_ver:-gt:10"

function depends_mysticmine() {
getDepends python-pyrex python-numpy python-pygame
Expand Down

0 comments on commit aaa7d02

Please sign in to comment.