Skip to content

Commit

Permalink
Workflow: Python - Drop PyPi gpg, Hello python3-gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
g0tmi1k committed Feb 17, 2025
1 parent 4afdf36 commit 02016b0
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ env:
g++
gcc
git
libgpgme-dev
libpython3-dev
libssl-dev
pkg-config
protobuf-compiler
swig
EXTRA_DEB: |
ca-certificates
dpkg-dev
libapt-pkg-dev
libc6-dev
python3-gpg
python3-minimal
python3-pip
Expand Down Expand Up @@ -106,14 +105,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# Due to PyPi's gpg v1.10.0 needing libgpgme-dev < 1.18.0-3
- name: Install PyPi GPG backward compatibility hacks
run: |
set -x
mkdir -pv "$HOME/.local/bin"
cp -vr ./scripts/* "$HOME/.local/bin/"
echo "$HOME/.local/bin" | tee -a $GITHUB_PATH
- name: Install dependencies (apt)
run: |
set -x
Expand Down Expand Up @@ -165,14 +156,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# Due to PyPi's gpg v1.10.0 needing libgpgme-dev < 1.18.0-3
- name: Install PyPi GPG backward compatibility hacks
run: |
set -x
mkdir -pv "$HOME/.local/bin"
cp -vr ./scripts/* "$HOME/.local/bin/"
echo "$HOME/.local/bin" | tee -a $GITHUB_PATH
- name: Install dependencies (apt)
run: |
set -x
Expand Down

0 comments on commit 02016b0

Please sign in to comment.