diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:36:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:41 +0100 |
commit | 25903d43fcc75b4522f7eb9e1bf15ad31e73aa83 (patch) | |
tree | b3dc9d2e93a7f8e6611b2f4d4d643f3ee619791d /dev-python/oslo-i18n | |
parent | dev-python/oslo-db: Remove Python 2 support (diff) | |
download | gentoo-25903d43fcc75b4522f7eb9e1bf15ad31e73aa83.tar.gz gentoo-25903d43fcc75b4522f7eb9e1bf15ad31e73aa83.tar.bz2 gentoo-25903d43fcc75b4522f7eb9e1bf15ad31e73aa83.zip |
dev-python/oslo-i18n: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-i18n')
-rw-r--r-- | dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild index 46401f76572f..1bd39e3d2bdc 100644 --- a/dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild +++ b/dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild b/dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild index cfd97ce2a31c..aaa558a19924 100644 --- a/dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild +++ b/dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 vcs-snapshot |