Mercurial > p > roundup > code
diff .travis.yml @ 7190:188c3f780f79
pin setuptools in pip not apt geesh....
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Feb 2023 00:38:22 -0500 |
| parents | f3c4655cfdac |
| children | c6f85484d8a4 |
line wrap: on
line diff
--- a/.travis.yml Mon Feb 27 00:30:37 2023 -0500 +++ b/.travis.yml Mon Feb 27 00:38:22 2023 -0500 @@ -45,8 +45,6 @@ # - sourceline: ppa:xapian-backports/ppa packages: - # pin setuptools to try to get gpgme to build - - setuptools<66 # Required to build/install the xapian-binding - libxapian-dev # Required to install gpg @@ -59,6 +57,8 @@ # pkg_resources.extern.packaging.version.InvalidVersion: Invalid # version: '0.23ubuntu1' (package: distro-info) - sudo apt-get remove distro-info + # pin setuptools to try to get gpgme to build + - pip install "setuptools<66" # build xapian - echo "$TRAVIS_PYTHON_VERSION" # Sphinx required to build the xapian python bindings. Use 1.8.5 on
