[Github-comments] [geany/geany] Apply Debian patch for Python 3 (#2903)
Enrico Tröger
notifications at xxxxx
Thu Sep 23 21:11:41 UTC 2021
> Ahhh, s/b installing python3-lxml package I think, I'm not on my dev machine for a few days (which is why I made this by hand)
Yes. The following could fix the pipeline:
```
diff --git a/.travis.yml b/.travis.yml
index 03c03e0c..ebb28ffc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,10 @@ install:
- test -z "$MINGW" || sudo apt-get install -y mingw-w64-tools g++-mingw-w64-i686 gcc-mingw-w64-i686 binutils-mingw-w64-i686
# fix broken pkg-config-crosswrapper, see https://bugs.launchpad.net/ubuntu/+source/mingw-w64/+bug/1327242
- test -z "$MINGW" || sudo sed -e 's/PKG_CONFIG_PATH=/&$PKG_CONFIG_PATH:/' -i /usr/bin/i686-w64-mingw32-pkg-config
- - sudo apt-get install -y python-docutils rst2pdf
+ - sudo apt-get install -y python3-docutils rst2pdf
# try not to install doxygen-latex because we don't need it and it's huge
- sudo apt-get install -y --no-install-recommends doxygen
- - sudo apt-get install -y python-lxml
+ - sudo apt-get install -y python3-lxml
before_script:
- export CFLAGS="-g -O2 -Werror=pointer-arith -Werror=implicit-function-declaration"
script:
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2903#issuecomment-926163863
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210923/77857555/attachment.htm>
More information about the Github-comments
mailing list