diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 13:49:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 13:59:56 +0100 |
commit | 005d89a2ed1e9d9067225329fdc70e1500614677 (patch) | |
tree | 07b055914f3e8d6df803e451713b2416de77cfc6 /dev-python/errorhandler | |
parent | dev-python/errorhandler: Remove old (drop to ~arch) (diff) | |
download | gentoo-005d89a2ed1e9d9067225329fdc70e1500614677.tar.gz gentoo-005d89a2ed1e9d9067225329fdc70e1500614677.tar.bz2 gentoo-005d89a2ed1e9d9067225329fdc70e1500614677.zip |
dev-python/errorhandler: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/errorhandler')
-rw-r--r-- | dev-python/errorhandler/errorhandler-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/errorhandler/errorhandler-2.0.1.ebuild b/dev-python/errorhandler/errorhandler-2.0.1.ebuild index bcf47ae3febe..93ae7ba108e0 100644 --- a/dev-python/errorhandler/errorhandler-2.0.1.ebuild +++ b/dev-python/errorhandler/errorhandler-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |