Skip to content

Commit

Permalink
Merge pull request #222 from MrAnno/dbld-python-bump
Browse files Browse the repository at this point in the history
dbld: do not hard-code Python minor version
  • Loading branch information
alltilla authored Jul 23, 2024
2 parents 28a7e99 + 770ce10 commit 695f19c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions dbld/packages.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,11 @@ automake [centos, almalinux, fedora]
#
# We are now using the same version for both.

python3-dev [debian-sid]
python3-dev [debian-sid, ubuntu-focal, devshell]
python3-devel [fedora]
python3-dev [ubuntu-focal]
python3-pip [debian, ubuntu]
python3-venv [debian, ubuntu, devshell]

# python 3.10 has issues on Debian Testing
# Nevertheless we should only downgrade for Light style-check tests, which uses pre-commit
python3.11 [devshell]
python3.11-dev [devshell]
python3.11-venv [devshell]

# libmongoc and libbson packages on various platforms
# Because we are using fixed version of libmongoc on Bionic, we need to
# specify non versioned packages on other platforms to continiously support
Expand Down

0 comments on commit 695f19c

Please sign in to comment.