From 30485284c38144605a5eaae90d87fb6b43e389fa Mon Sep 17 00:00:00 2001 From: auronandace Date: Thu, 2 Apr 2026 17:24:45 +0100 Subject: [PATCH] correct dcss recipe and add python3-yaml to podman --- podman/redox-base-containerfile | 1 + recipes/wip/games/rpg/dcss/recipe.toml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index ed9df508..21b0ba16 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -61,6 +61,7 @@ RUN apt-get update \ python3-libxml2 \ python3-mako \ python3-venv \ + python3-yaml \ rsync \ ruby \ scons \ diff --git a/recipes/wip/games/rpg/dcss/recipe.toml b/recipes/wip/games/rpg/dcss/recipe.toml index d7582dee..b47e9814 100644 --- a/recipes/wip/games/rpg/dcss/recipe.toml +++ b/recipes/wip/games/rpg/dcss/recipe.toml @@ -1,6 +1,6 @@ # TODO make this the no tiles variant, may want separate dcss-tiles recipe for tiles # TODO compilation instructions: https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.md#compiling -# TODO not sure how to get PyYAML installed, may need to be separately packaged +# TODO see https://gitlab.redox-os.org/redox-os/redox/-/issues/1800 [source] tar = "https://github.com/crawl/crawl/releases/download/0.34.1/stone_soup-0.34.1-nodeps.tar.xz" [build] @@ -12,13 +12,11 @@ dependencies = [ "sqlite3", "zlib", ] -] script = """ DYNAMIC_INIT # Copy source to build directory rsync -av --delete "${COOKBOOK_SOURCE}/" ./ - cd source "${COOKBOOK_MAKE}" -j"$($NPROC)"