Files
diskimage-builder/diskimage_builder/elements/pip-and-virtualenv/package-installs.yaml
Ian Wienand bfca36c772 Merge tag '1.25.2' into merge-branch
Release 1.25.2

Change-Id: I698bcf2e82117bd81649cd065a7af5cac85990c7
2017-02-02 11:20:00 +11:00

24 lines
534 B
YAML

# This package is only valid for SUSE and we need to pull it in
# early enough because pip depends on it.
python-xml:
phase: pre-install.d
dib_python_version: 2
python-pip:
installtype: package
dib_python_version: 2
python3-pip:
installtype: package
dib_python_version: 3
python-virtualenv:
installtype: package
dib_python_version: 2
python3-virtualenv:
installtype: package
dib_python_version: 3
python-dev:
installtype: source
dib_python_version: 2
python3-dev:
installtype: source
dib_python_version: 3