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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Tests: testsuite
Depends: build-essential,
ca-certificates,
locales-all,
python3.11-dev,
libpython3.11-testsuite:native,
python3-gdbm (>= 3.9.7),
python3-distutils,
python3-tk (>= 3.9.7),
idle-python3.11,
systemtap-sdt-dev,
python3.11-venv,
# need to turn off apport
Restrictions: needs-root, allow-stderr
Tests: testsuite-dbg
Depends: build-essential,
ca-certificates,
locales-all, python3.11-dev,
python3.11-dbg,
libpython3.11-testsuite:native,
python3-gdbm-dbg (>= 3.9.7),
gdb,
python3-distutils,
python3-tk-dbg (>= 3.9.7),
idle-python3.11,
systemtap-sdt-dev,
python3.11-venv,
# need to turn off apport
Restrictions: needs-root, allow-stderr
Tests: failing-tests
Depends: build-essential,
ca-certificates,
locales-all,
python3.11-dev,
libpython3.11-testsuite:native,
python3-gdbm (>= 3.9.7),
python3-tk (>= 3.9.7),
python3-distutils,
python3.11-venv,
# need to turn off apport
Restrictions: needs-root, allow-stderr
Tests: failing-tests-dbg
Depends: build-essential,
ca-certificates,
locales-all,
python3.11-dev,
python3.11-dbg,
libpython3.11-testsuite:native,
python3-gdbm-dbg (>= 3.9.7),
python3-tk-dbg (>= 3.9.7),
gdb,
python3-distutils,
python3.11-venv,
# need to turn off apport
Restrictions: needs-root, allow-stderr
Tests: module-install-local
Depends: build-essential,
python3.11-dev,
python3-pip,
python3-setuptools,
shunit2,
Restrictions: needs-root, allow-stderr
Tests: module-install-user
Depends: build-essential,
python3.11-dev,
python3-pip,
python3-setuptools,
shunit2
Restrictions: allow-stderr
Tests: module-install-venv
Depends: build-essential,
python3.11-dev,
python3.11-venv,
python3-wheel-whl,
shunit2
Restrictions: allow-stderr
Tests: module-install-virtualenv
Depends: build-essential, python3.11-dev, shunit2, virtualenv
Restrictions: allow-stderr
|