We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a76e65 commit ee4031dCopy full SHA for ee4031d
.travis.yml
@@ -45,8 +45,6 @@ addons:
45
# - sourceline: ppa:xapian-backports/ppa
46
47
packages:
48
- # pin setuptools to try to get gpgme to build
49
- - setuptools<66
50
# Required to build/install the xapian-binding
51
- libxapian-dev
52
# Required to install gpg
@@ -59,6 +57,8 @@ before_install:
59
57
# pkg_resources.extern.packaging.version.InvalidVersion: Invalid
60
58
# version: '0.23ubuntu1' (package: distro-info)
61
- sudo apt-get remove distro-info
+ # pin setuptools to try to get gpgme to build
+ - pip install "setuptools<66"
62
# build xapian
63
- echo "$TRAVIS_PYTHON_VERSION"
64
# Sphinx required to build the xapian python bindings. Use 1.8.5 on
0 commit comments