diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:39:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:48:48 +0200 |
commit | c5ac1d0fe5bd8d4518a3ca1b074ea497bde05355 (patch) | |
tree | 69f057a707a61979fa4c363943dfdad4609998ec /dev-python/bareos | |
parent | dev-python/backports-os: Remove py2.7 (diff) | |
download | gentoo-c5ac1d0fe5bd8d4518a3ca1b074ea497bde05355.tar.gz gentoo-c5ac1d0fe5bd8d4518a3ca1b074ea497bde05355.tar.bz2 gentoo-c5ac1d0fe5bd8d4518a3ca1b074ea497bde05355.zip |
dev-python/bareos: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bareos')
-rw-r--r-- | dev-python/bareos/bareos-19.2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bareos/bareos-19.2.7.ebuild b/dev-python/bareos/bareos-19.2.7.ebuild index c66b7e5732e2..cb507a579a96 100644 --- a/dev-python/bareos/bareos-19.2.7.ebuild +++ b/dev-python/bareos/bareos-19.2.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..8} ) inherit distutils-r1 DESCRIPTION="python bindings for bareos network backup suite" |