File: package-installs.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (36 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# The python-xml and python3 openSUSE packages contain core python modules
# such as the XML one but the python devel packages do not pull them. As
# such we need to install them during the pre-install.d phase so they are
# available as early as possible. See
# - https://bugzilla.suse.com/show_bug.cgi?id=1046990
# - https://review.opendev.org/#/c/478648/
# - https://review.opendev.org/#/c/478650/
# for discussions about this issue.
python-xml:
  phase: pre-install.d
  dib_python_version: 2
python3:
  phase: pre-install.d
  installtype: package
  dib_python_version: 3
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
# Separate package on debubuntu
python3-venv:
  dib_python_version: 3