Skip to content

Commit c0c1b48

Browse files
committed
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
1 parent b5856a6 commit c0c1b48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ before_install:
6060
- sudo apt-get remove distro-info
6161
# pin setuptools to try to get gpgme to build
6262
- pip install "setuptools<66"
63-
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then sudo apt-get install python-gpg; fi
6463
- if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then sudo apt-get install python3-gpg; fi
6564
# build xapian
6665
- echo "$TRAVIS_PYTHON_VERSION"

0 commit comments

Comments
 (0)