[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] Explicitly specify --install-layout=deb in the Python module installation;
Pino Toscano (@pino)
gitlab at salsa.debian.org
Sun Nov 6 11:43:57 GMT 2022
Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-manager
Commits:
592f0810 by Stefano Rivera at 2022-11-06T12:40:34+01:00
Explicitly specify --install-layout=deb in the Python module installation;
fixes compatibility with Python 3.10 in Debian.
Closes: #1022339
Gbp-Dch: Full
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ override_dh_auto_test:
pytest-3 -v -rs
override_dh_auto_install:
- python3 setup.py --no-update-icon-cache --no-compile-schemas install --force --root=debian/tmp --no-compile -O0
+ python3 setup.py --no-update-icon-cache --no-compile-schemas install --force --install-layout=deb --root=debian/tmp --no-compile -O0
override_dh_installdocs:
dh_installdocs --all NEWS.md
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/commit/592f0810d6b06c3ce358cc617a6bb8ab70db6bd4
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/commit/592f0810d6b06c3ce358cc617a6bb8ab70db6bd4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20221106/31aa2fbe/attachment.htm>
More information about the Pkg-libvirt-commits
mailing list