diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:48:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:53:16 +0100 |
commit | 23dec1ca0f03afcda232b446f2fac317a0567787 (patch) | |
tree | 7019c0557daa30a10af3708b4a7ae9d5d17fd41d /net-misc/openvswitch | |
parent | dev-python/odfpy: Remove py2 (diff) | |
download | gentoo-23dec1ca0f03afcda232b446f2fac317a0567787.tar.gz gentoo-23dec1ca0f03afcda232b446f2fac317a0567787.tar.bz2 gentoo-23dec1ca0f03afcda232b446f2fac317a0567787.zip |
net-misc/openvswitch: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.10.2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.10.2.ebuild b/net-misc/openvswitch/openvswitch-2.10.2.ebuild index eebc69958d96..a823c0b053fa 100644 --- a/net-misc/openvswitch/openvswitch-2.10.2.ebuild +++ b/net-misc/openvswitch/openvswitch-2.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit autotools eutils linux-info linux-mod python-r1 systemd diff --git a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild index a8e46f5ad791..091d255356dd 100644 --- a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit autotools eutils linux-info linux-mod python-r1 systemd |