commit cdc1afbfa257097ce51b8382e6dfb7c438aa45da
parent c0fcb1eeb12274025eaf0d3c667cc2ee00c43265
Author: Florian Dold <florian@dold.me>
Date: Wed, 16 Oct 2024 17:21:11 +0200
debian: deps
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Christian Grothoff <grothoff@gnu.org>, Florian Dold <dold@taler.net>
Build-Depends:
debhelper-compat (= 12),
unzip,
+ python3-poetry,
pybuild-plugin-pyproject,
python3-poetry-core,
python3
diff --git a/debian/rules b/debian/rules
@@ -13,7 +13,7 @@ SHELL := sh -e
# Make sure we compile translations (*.mo files).
override_dh_auto_build:
mkdir -p talermerchantdemos/translations
- pypoetry run pybabel compile -d talermerchantdemos/translations
+ poetry run pybabel compile -d talermerchantdemos/translations
dh_auto_build -O--buildsystem=pybuild
# Skip tests