# HG changeset patch # User John Rouillard # Date 1677506808 18000 # Node ID 4e4e7a7c9049abd8814c425ae9260fa9f9d9b44e # Parent 3cb3406ead4f6c14d233fd4c8fb95766a5f67434 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 diff -r 3cb3406ead4f -r 4e4e7a7c9049 .travis.yml --- 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"