Skip to content

Commit 08bb1b1

Browse files
committed
Remove distro-info package to try to get travisci working again
All environments on travis-ci are throwing: pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '0.23ubuntu1' (package: distro-info) when builiding gpgme. Net suggestions include removing the offending distro-info. Let's see if it works.
1 parent 73ba95d commit 08bb1b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ addons:
5353
- gpgsm
5454

5555
before_install:
56+
# deal with setuptools error:
57+
# pkg_resources.extern.packaging.version.InvalidVersion: Invalid
58+
# version: '0.23ubuntu1' (package: distro-info)
59+
- sudo apt-get remove distro-info
5660
# build xapian
5761
- echo "$TRAVIS_PYTHON_VERSION"
5862
# Sphinx required to build the xapian python bindings. Use 1.8.5 on

0 commit comments

Comments
 (0)