diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
commit | 77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch) | |
tree | 0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/tests/control | |
parent | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff) | |
download | python3.8-debian.tar.gz |
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/debian/tests/control b/debian/tests/control index 6a9d7b2..35150ae 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,33 +1,35 @@ Tests: testsuite Depends: build-essential, locales-all, - python3.7-dev, - libpython3.7-testsuite, + python3.8-dev, + libpython3.8-testsuite, python3-gdbm, python3-distutils, python3-tk, - idle-python3.7, + idle-python3.8, + systemtap-sdt-dev, # need to turn off apport Restrictions: needs-root Tests: testsuite-dbg Depends: build-essential, - locales-all, python3.7-dev, - python3.7-dbg, - libpython3.7-testsuite, + locales-all, python3.8-dev, + python3.8-dbg, + libpython3.8-testsuite, python3-gdbm-dbg, gdb, python3-distutils, python3-tk-dbg, - idle-python3.7, + idle-python3.8, + systemtap-sdt-dev, # need to turn off apport Restrictions: needs-root Tests: failing-tests Depends: build-essential, locales-all, - python3.7-dev, - libpython3.7-testsuite, + python3.8-dev, + libpython3.8-testsuite, python3-gdbm, python3-distutils, # need to turn off apport @@ -36,9 +38,9 @@ Restrictions: needs-root allow-stderr Tests: failing-tests-dbg Depends: build-essential, locales-all, - python3.7-dev, - python3.7-dbg, - libpython3.7-testsuite, + python3.8-dev, + python3.8-dbg, + libpython3.8-testsuite, python3-gdbm-dbg, gdb, python3-distutils, |