diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:05:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:16:51 +0100 |
commit | ce19470119f81cf72c318f7a1303681d9bd8ef38 (patch) | |
tree | aa099c5a2e7a8f5920933687a78c8a380f6d8b41 | |
parent | dev-python/emcee: Remove Python 2 (diff) | |
download | gentoo-ce19470119f81cf72c318f7a1303681d9bd8ef38.tar.gz gentoo-ce19470119f81cf72c318f7a1303681d9bd8ef38.tar.bz2 gentoo-ce19470119f81cf72c318f7a1303681d9bd8ef38.zip |
dev-python/fitsio: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/fitsio/fitsio-0.9.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fitsio/fitsio-0.9.11.ebuild b/dev-python/fitsio/fitsio-0.9.11.ebuild index b413034e1d00..821d33b176f9 100644 --- a/dev-python/fitsio/fitsio-0.9.11.ebuild +++ b/dev-python/fitsio/fitsio-0.9.11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |