Skip to content

Commit 88b4879

Browse files
committed
Compatibility with Debian 11 "bullseye"
1 parent 1684cfa commit 88b4879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/Debian.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ apt_repository:
3030
os_specific_packages:
3131
Debian-9: [python, python-dev, python-psycopg2, python-setuptools]
3232
Debian-10: [python, python-dev, python-psycopg2, python-setuptools]
33-
Ubuntu-16: [python, python-dev, python-psycopg2, python-setuptools]
33+
Debian-11: [python3] # python 2 is not required
3434
Ubuntu-18: [python, python-dev, python-psycopg2, python-setuptools]
3535
Ubuntu-20: [python3] # python 2 is not required
3636
system_packages:

0 commit comments

Comments
 (0)