Hi,
I've struggled to build the package in Debian 11 (Bullseye), after failing to build it in Debian 12 (Bookworm).
Then I've installed it in Debian 12 but the "lsb_release" python module is not there anymore :
root@bullseye:~# dpkg -L lsb-release
/.
/usr
/usr/bin
/usr/bin/lsb_release
/usr/lib
/usr/lib/python2.7
/usr/lib/python2.7/dist-packages
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/share
/usr/share/bug
/usr/share/bug/lsb-release
/usr/share/doc
/usr/share/doc/lsb-release
/usr/share/doc/lsb-release/README.Debian
/usr/share/doc/lsb-release/changelog.gz
/usr/share/doc/lsb-release/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/lsb_release.1.gz
/usr/share/pyshared
/usr/share/pyshared/lsb_release.py
/usr/lib/python2.7/dist-packages/lsb_release.py
/usr/lib/python3/dist-packages/lsb_release.py
root@bookworm:~# dpkg -L lsb-release
/.
/usr
/usr/bin
/usr/bin/lsb_release
/usr/share
/usr/share/doc
/usr/share/doc/lsb-release
/usr/share/doc/lsb-release/changelog.Debian.gz
/usr/share/doc/lsb-release/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/lsb_release.1.gz
If I manually copy the library to /usr/local/lib/python3.11/dist-packages/lsb_release.py it works.
Hi,
I've struggled to build the package in Debian 11 (Bullseye), after failing to build it in Debian 12 (Bookworm).
Then I've installed it in Debian 12 but the "lsb_release" python module is not there anymore :
If I manually copy the library to
/usr/local/lib/python3.11/dist-packages/lsb_release.pyit works.