diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:37:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:49 +0100 |
commit | 58c7c9999f3c37802a5647210fc530450d21c695 (patch) | |
tree | 18f889ef5070b0c89629436d79180808971239a3 /dev-python/oslotest | |
parent | dev-python/oslo-vmware: Remove Python 2 support (diff) | |
download | gentoo-58c7c9999f3c37802a5647210fc530450d21c695.tar.gz gentoo-58c7c9999f3c37802a5647210fc530450d21c695.tar.bz2 gentoo-58c7c9999f3c37802a5647210fc530450d21c695.zip |
dev-python/oslotest: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslotest')
-rw-r--r-- | dev-python/oslotest/oslotest-3.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslotest/oslotest-3.7.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oslotest/oslotest-3.2.0.ebuild b/dev-python/oslotest/oslotest-3.2.0.ebuild index 2143c52fea3c..9132d32067cd 100644 --- a/dev-python/oslotest/oslotest-3.2.0.ebuild +++ b/dev-python/oslotest/oslotest-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/oslotest/oslotest-3.7.1.ebuild b/dev-python/oslotest/oslotest-3.7.1.ebuild index 350b343a48d8..27baf64502ea 100644 --- a/dev-python/oslotest/oslotest-3.7.1.ebuild +++ b/dev-python/oslotest/oslotest-3.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |