ldc-developers / ldc2.snap

Snap package definition for LDC, the LLVM-based D compiler
11 stars 4 forks source link

Ensure correct python dependencies are installed for ctest-setup #36

Closed WebDrake closed 7 years ago

WebDrake commented 7 years ago

This patch updates to installing python3 packages (since python3 is the version used in the core snap) and ensures setuptools is available to packages installed using pip.

This should fix current Launchpad build failures for the snap package.

Part of https://github.com/ldc-developers/ldc2.snap/issues/29.