Mercurial > p > roundup > code
changeset 7198:4e4e7a7c9049
python-gpg does not exist for python2 on ubuntu focal
This was apparently a package built only for bionic (and earlier??).
Removing install of package. Will see what happens to python2 test.
I may have to drop testing of PGP/gpg on python2.
no-github-ci
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Feb 2023 09:06:48 -0500 |
| parents | 3cb3406ead4f |
| children | a94e223f1e3e |
| files | .travis.yml |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Mon Feb 27 02:17:12 2023 -0500 +++ b/.travis.yml Mon Feb 27 09:06:48 2023 -0500 @@ -60,7 +60,6 @@ - sudo apt-get remove distro-info # pin setuptools to try to get gpgme to build - pip install "setuptools<66" - - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then sudo apt-get install python-gpg; fi - if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then sudo apt-get install python3-gpg; fi # build xapian - echo "$TRAVIS_PYTHON_VERSION"
