cmsirbu / ants

Awesome Networking Tools Sandbox
MIT License
24 stars 9 forks source link

ubuntu/focal64 has unmet python deps #12

Open cmsirbu opened 3 years ago

cmsirbu commented 3 years ago

apport package doesn't install all needed python3 libs

vagrant@ubuntu-focal:/vagrant$ pip check
pygobject 3.36.0 requires pycairo, which is not installed.
launchpadlib 1.10.13 requires testresources, which is not installed.
cmsirbu commented 3 years ago

Remove from Vagrantfile once this is fixed.

    # Fix unmet dependency of system packages #12
    apt-get install python3-testresources python3-cairo --yes --no-install-recommends
cmsirbu commented 2 years ago

Reduced to pycairo only - to be addressed when switching to a packer build. Affects ubuntu/jammy64 as well.

# Fix unmet dependency of system packages #12
    apt-get install python3-cairo --yes --no-install-recommends