diff options
author | 2020-03-28 17:20:55 +0100 | |
---|---|---|
committer | 2020-03-28 17:27:48 +0100 | |
commit | 3d10ae9219795891c021fa04deeecaf9873ae68b (patch) | |
tree | 14f1bd30ca32ff34e47500c8a61aa8f2e65052b7 /app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild | |
parent | app-backup/duplicity: Remove old (py2) (diff) | |
download | gentoo-3d10ae9219795891c021fa04deeecaf9873ae68b.tar.gz gentoo-3d10ae9219795891c021fa04deeecaf9873ae68b.tar.bz2 gentoo-3d10ae9219795891c021fa04deeecaf9873ae68b.zip |
app-backup/duplicity: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild')
-rw-r--r-- | app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild index f10cb3f300fb..3f789257f08d 100644 --- a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 |