Mercurial > p > roundup > code
diff .travis.yml @ 7189:f3c4655cfdac
pinning setuptools < 66 to try to get gpgme to build.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Feb 2023 00:30:37 -0500 |
| parents | 914a2f872854 |
| children | 188c3f780f79 |
line wrap: on
line diff
--- a/.travis.yml Mon Feb 27 00:04:36 2023 -0500 +++ b/.travis.yml Mon Feb 27 00:30:37 2023 -0500 @@ -45,6 +45,8 @@ # - 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
