Skip to content

Commit 7d2fae7

Browse files
florentxyvaucher
authored andcommitted
No more python binary in bullseye default
1 parent cf3c2a1 commit 7d2fae7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.rst

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Unreleased
2929
* [15.0] Fix bullseye src repo for postgresql
3030
* [*] Fix error NO_PUBKEY for postgres packages
3131
* [15.0] Fix python-dev version to use 3.9 as it is the default python version on bullseye
32+
* [15.0] Change bin/list_dependencies.py script to use `python3` instead of `python` as the latest does not exist on bullseye
3233

3334
**Libraries**
3435

bin/list_dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
# Provide a list of module which are dependencies
44
# of local-src modules excluding local-src modules

0 commit comments

Comments
 (0)