diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 10:53:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 11:20:39 +0200 |
commit | 50285420647d782b832b1a7f64b64c78cc0eb6ce (patch) | |
tree | db1b732ed1eb6d173eb4d2d135921bb014452109 /app-admin/pwman3 | |
parent | dev-java/piccolo2d: swt:4.10 slot update, min java 1.8 (diff) | |
download | gentoo-50285420647d782b832b1a7f64b64c78cc0eb6ce.tar.gz gentoo-50285420647d782b832b1a7f64b64c78cc0eb6ce.tar.bz2 gentoo-50285420647d782b832b1a7f64b64c78cc0eb6ce.zip |
app-admin/pwman3: Enable up to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/pwman3')
-rw-r--r-- | app-admin/pwman3/pwman3-0.11.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/pwman3/pwman3-0.11.1.ebuild b/app-admin/pwman3/pwman3-0.11.1.ebuild index a725bb6405be..be7e32f50438 100644 --- a/app-admin/pwman3/pwman3-0.11.1.ebuild +++ b/app-admin/pwman3/pwman3-0.11.1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="sqlite" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature DESCRIPTION="A lightweight password-manager with multiple database backends" |