diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-06 12:38:33 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-06 14:33:45 -0500 |
commit | d66a8aaea2128fd6eef9d3841b54cd18e524bf8b (patch) | |
tree | 53cec1ca3a79b702099fcbec9eee935cac62693a /dev-util/conan | |
parent | dev-util/conan: New version 1.44.0 (diff) | |
download | gentoo-d66a8aaea2128fd6eef9d3841b54cd18e524bf8b.tar.gz gentoo-d66a8aaea2128fd6eef9d3841b54cd18e524bf8b.tar.bz2 gentoo-d66a8aaea2128fd6eef9d3841b54cd18e524bf8b.zip |
dev-util/conan: cleanup unused python compat
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/conan')
-rw-r--r-- | dev-util/conan/conan-1.44.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/conan/conan-1.44.0.ebuild b/dev-util/conan/conan-1.44.0.ebuild index 4ea924b09769..6d56c02f673b 100644 --- a/dev-util/conan/conan-1.44.0.ebuild +++ b/dev-util/conan/conan-1.44.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 |