Closed bgoodwine closed 2 years ago
Python does not seem to be included as a PET package in Fossa. It's referenced in an assembler, but there is no python pet package.
Python2.6-Lucid.pet is a package hosted here: https://distro.ibiblio.org/puppylinux/pet-packages-lucid/
Might be possible to include this as a pet package, but we'd have to get the format of the inclusion correct.
Look into modifying: official packages file, distro pet repos file (link the above site), and the official packages file for bionic
Maybe just include the source code
Build instructions: ./configure make make test sudo make install
Might have to install dependencies
On Debian, Ubuntu, and other apt based systems, try to get the dependencies for the Python you’re working on by using the apt command.
First, make sure you have enabled the source packages in the sources list. You can do this by adding the location of the source packages, including URL, distribution name and component name, to /etc/apt/sources.list. Take Ubuntu Bionic for example:
deb-src http://archive.ubuntu.com/ubuntu/ bionic main
....or just switch to fossa if it's a viable option
It is in Fossa :)