diff --git a/pythondeps.toml b/pythondeps.toml index 89256132fe..a071774242 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -38,6 +38,14 @@ sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" } [tooling] "qemu.qmp" = { accepted = ">=0.0.5", installed = "0.0.5" } "qemu" = { path = "python/" } +# NB: The following dependencies should be a little bit more modern than +# the versions listed here, but we are still using Debian 11 for several +# GitLab CI tests, so we are further restricted. +"setuptools" = { accepted = ">=44.1.1" } +"wheel" = { accepted = ">=0.34.2" } +# pip should be guaranteed by mkvenv, this is merely a sanity check for +# which version we are counting on being present. +"pip" = { accepted = ">=20.3.4" } # This test group is for functional tests, and can include dependencies # fetched from PyPI.