From 44150e2ce2192ea3c588d613200ccb421e160c6c Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 5 Feb 2025 15:02:29 -0300 Subject: [PATCH 1/3] Set maciek potodo patch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab5ca72e8..a3e0f3524 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pomerge==0.1.4 -potodo==0.23.1 +potodo @ git+https://git.afpy.org/maciek/potodo@fix-pot-cli powrap==1.0.2 sphinx-intl==2.3.1 sphinx-lint==1.0.0 From c4c8c96cebe4dd9600efb2eef0efc3f646dc9c63 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 5 Feb 2025 15:03:59 -0300 Subject: [PATCH 2/3] Remove gettext installation from sync.yml --- .github/workflows/sync.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 7ff462ff2..9016278a0 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -75,9 +75,6 @@ jobs: cd /usr/local/bin curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION - - name: Install APT dependencies - run: sudo apt update -y && sudo apt install gettext -y - - name: Install Python dependencies run: | pip install -r requirements.txt From 991ad9e0d3f0ab0ca8c6051b5d80333ffb1c4fcb Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 5 Feb 2025 15:05:18 -0300 Subject: [PATCH 3/3] Use correct development branch for potodo --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3e0f3524..d7990d890 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pomerge==0.1.4 -potodo @ git+https://git.afpy.org/maciek/potodo@fix-pot-cli +potodo @ git+https://git.afpy.org/maciek/potodo@merge-with-polib powrap==1.0.2 sphinx-intl==2.3.1 sphinx-lint==1.0.0