Skip to content

Commit ee4031d

Browse files
committed
pin setuptools in pip not apt geesh....
1 parent 0a76e65 commit ee4031d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ addons:
4545
# - sourceline: ppa:xapian-backports/ppa
4646

4747
packages:
48-
# pin setuptools to try to get gpgme to build
49-
- setuptools<66
5048
# Required to build/install the xapian-binding
5149
- libxapian-dev
5250
# Required to install gpg
@@ -59,6 +57,8 @@ before_install:
5957
# pkg_resources.extern.packaging.version.InvalidVersion: Invalid
6058
# version: '0.23ubuntu1' (package: distro-info)
6159
- sudo apt-get remove distro-info
60+
# pin setuptools to try to get gpgme to build
61+
- pip install "setuptools<66"
6262
# build xapian
6363
- echo "$TRAVIS_PYTHON_VERSION"
6464
# Sphinx required to build the xapian python bindings. Use 1.8.5 on

0 commit comments

Comments
 (0)