We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3c2a1 commit 7d2fae7Copy full SHA for 7d2fae7
HISTORY.rst
@@ -29,6 +29,7 @@ Unreleased
29
* [15.0] Fix bullseye src repo for postgresql
30
* [*] Fix error NO_PUBKEY for postgres packages
31
* [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
33
34
**Libraries**
35
bin/list_dependencies.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
# Provide a list of module which are dependencies
4
# of local-src modules excluding local-src modules
0 commit comments