diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:01:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:07:55 +0200 |
commit | 40c83022fc0ed58ab195f20d909304c6732dfd00 (patch) | |
tree | ef97a6deb423d9e1be91146f58562a38f8d38c52 /dev-util/eric | |
parent | dev-util/dogtail: Remove py2.7 (diff) | |
download | gentoo-40c83022fc0ed58ab195f20d909304c6732dfd00.tar.gz gentoo-40c83022fc0ed58ab195f20d909304c6732dfd00.tar.bz2 gentoo-40c83022fc0ed58ab195f20d909304c6732dfd00.zip |
dev-util/eric: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/eric')
-rw-r--r-- | dev-util/eric/eric-18.03.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/eric/eric-18.03.ebuild b/dev-util/eric/eric-18.03.ebuild index 520c3542c0c6..f766811e82e4 100644 --- a/dev-util/eric/eric-18.03.ebuild +++ b/dev-util/eric/eric-18.03.ebuild @@ -4,7 +4,7 @@ EAPI=6 MY_P=${PN}6-${PV} -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite,xml" inherit python-single-r1 xdg-utils |