Skip to content

Commit

Permalink
No more python binary in bullseye default
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx authored and yvaucher committed Oct 20, 2021
1 parent cf3c2a1 commit 7d2fae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Unreleased
* [15.0] Fix bullseye src repo for postgresql
* [*] Fix error NO_PUBKEY for postgres packages
* [15.0] Fix python-dev version to use 3.9 as it is the default python version on bullseye
* [15.0] Change bin/list_dependencies.py script to use `python3` instead of `python` as the latest does not exist on bullseye

**Libraries**

Expand Down
2 changes: 1 addition & 1 deletion bin/list_dependencies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Provide a list of module which are dependencies
# of local-src modules excluding local-src modules
Expand Down

0 comments on commit 7d2fae7

Please sign in to comment.