Skip to content

Commit

Permalink
debian: remove python2 for Ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jun 22, 2022
1 parent f7969d3 commit 2a1b747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion debian/control
Expand Up @@ -43,7 +43,6 @@ Build-Depends: acl-dev,
pkg-config,
po-debconf (>= 0.8.2),
python-dev <bullseye> <buster> <stretch> <xenial> <bionic>,
python2-dev <jammy>,
zlib1g-dev,
systemd,
dh-systemd <buster> <stretch> <xenial> <bionic>,
Expand Down
5 changes: 4 additions & 1 deletion python-bareos/debian/control
Expand Up @@ -2,7 +2,10 @@ Source: python-bareos
Maintainer: Bareos Team <packager@bareos.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.4.3), python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python3-all, python3-setuptools
Build-Depends: debhelper (>= 7.4.3),
python-all (>= 2.6.6-3) <bullseye> <buster> <stretch> <xenial> <bionic>,
python-setuptools (>= 0.6b3) <bullseye> <buster> <stretch> <xenial> <bionic>,
python3-all, python3-setuptools
Standards-Version: 3.9.1

Package: python-bareos
Expand Down

0 comments on commit 2a1b747

Please sign in to comment.