diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2019-12-09 13:10:08 +0100 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2020-01-14 07:10:41 -0600 |
commit | 93bb735cf691a7a021004bbf63148b46f750239e (patch) | |
tree | 6b44edf7eeef8f6cb380bf3dfab9f19f7fbde373 /dev-python/libvirt-python | |
parent | dev-lang/scala: Bump to 2.12.10 (diff) | |
download | gentoo-93bb735cf691a7a021004bbf63148b46f750239e.tar.gz gentoo-93bb735cf691a7a021004bbf63148b46f750239e.tar.bz2 gentoo-93bb735cf691a7a021004bbf63148b46f750239e.zip |
dev-python/libvirt-python-9999: Drop support for python2
Upstream has dropped support for python 2 in b22e4f2.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index cc56b946099c..607c6f77b7f4 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) MY_P="${P/_rc/-rc}" |