diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:33:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:37:17 +0100 |
commit | 54ee15bf92a950e588d7102b7768c48558653a81 (patch) | |
tree | 53ddd15615c6a46e1d720cd172f57623e0562a58 /dev-python/ipython_genutils | |
parent | dev-python/traitlets: Remove py2 (diff) | |
download | gentoo-54ee15bf92a950e588d7102b7768c48558653a81.tar.gz gentoo-54ee15bf92a950e588d7102b7768c48558653a81.tar.bz2 gentoo-54ee15bf92a950e588d7102b7768c48558653a81.zip |
dev-python/ipython_genutils: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython_genutils')
-rw-r--r-- | dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild index 0308a9c4a088..3fbbb3d68c8a 100644 --- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild +++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |