diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-24 08:47:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-24 20:18:38 +0100 |
commit | b7c6e4c55a3d7f0a8f19d051645d1caee3d97516 (patch) | |
tree | 45bdda74cf45b98ea5175768a8af3ef6857c954b /dev-python/curtsies/curtsies-0.2.11.ebuild | |
parent | sys-kernel/gentoo-kernel: Bump to 4.19.98 (diff) | |
download | gentoo-b7c6e4c55a3d7f0a8f19d051645d1caee3d97516.tar.gz gentoo-b7c6e4c55a3d7f0a8f19d051645d1caee3d97516.tar.bz2 gentoo-b7c6e4c55a3d7f0a8f19d051645d1caee3d97516.zip |
dev-python/curtsies: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/curtsies/curtsies-0.2.11.ebuild')
-rw-r--r-- | dev-python/curtsies/curtsies-0.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/curtsies/curtsies-0.2.11.ebuild b/dev-python/curtsies/curtsies-0.2.11.ebuild index 17c9f3c0540b..17c3d32d80d1 100644 --- a/dev-python/curtsies/curtsies-0.2.11.ebuild +++ b/dev-python/curtsies/curtsies-0.2.11.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |