diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:16:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:16:22 +0100 |
commit | 159d0a4bd8b45e2f60e26590e05a626cf8f7bd8f (patch) | |
tree | 8b9a6b4f53676a654d773890bfd23173b7de8f27 /dev-python/uncertainties | |
parent | dev-python/uhashring: Remove Py2 (diff) | |
download | gentoo-159d0a4bd8b45e2f60e26590e05a626cf8f7bd8f.tar.gz gentoo-159d0a4bd8b45e2f60e26590e05a626cf8f7bd8f.tar.bz2 gentoo-159d0a4bd8b45e2f60e26590e05a626cf8f7bd8f.zip |
dev-python/uncertainties: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/uncertainties')
-rw-r--r-- | dev-python/uncertainties/uncertainties-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uncertainties/uncertainties-3.0.1.ebuild b/dev-python/uncertainties/uncertainties-3.0.1.ebuild index d3cb81ec37a3..db961f1d7699 100644 --- a/dev-python/uncertainties/uncertainties-3.0.1.ebuild +++ b/dev-python/uncertainties/uncertainties-3.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |