taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 1cb009c2350bbd450d5d9356817a51586471b8ab
parent cdc1afbfa257097ce51b8382e6dfb7c438aa45da
Author: Florian Dold <florian@dold.me>
Date:   Wed, 16 Oct 2024 17:27:42 +0200

debian: pybabel

Diffstat:
Mdebian/control | 2+-
Mdebian/rules | 6+++++-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control @@ -6,9 +6,9 @@ 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-babel, python3 Standards-Version: 4.1.0 Vcs-Git: https://git.taler.net/taler-merchant-demos.git diff --git a/debian/rules b/debian/rules @@ -2,6 +2,10 @@ include /usr/share/dpkg/default.mk +# This debian/rules file uses pybuild, +# thus the top-level Makefile targets +# are mostly ignored. + export PYBUILD_NAME=talermerchantdemos export PYBUILD_SYSTEM=pyproject @@ -13,7 +17,7 @@ SHELL := sh -e # Make sure we compile translations (*.mo files). override_dh_auto_build: mkdir -p talermerchantdemos/translations - poetry run pybabel compile -d talermerchantdemos/translations + pybabel compile -d talermerchantdemos/translations dh_auto_build -O--buildsystem=pybuild # Skip tests