diff options
author | 2021-05-23 13:23:13 +0200 | |
---|---|---|
committer | 2021-05-23 13:35:38 +0200 | |
commit | 11297a59ec6ebcb626f50092359af7b67cb56945 (patch) | |
tree | 57cb49c3d8b866775e94843237b7e5ee4b84ab35 /dev-python/python-gammu | |
parent | dev-python/nuitka: Enable py3.9 (diff) | |
download | gentoo-11297a59ec6ebcb626f50092359af7b67cb56945.tar.gz gentoo-11297a59ec6ebcb626f50092359af7b67cb56945.tar.bz2 gentoo-11297a59ec6ebcb626f50092359af7b67cb56945.zip |
dev-python/python-gammu: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-gammu')
-rw-r--r-- | dev-python/python-gammu/python-gammu-2.11.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/python-gammu/python-gammu-2.11.ebuild b/dev-python/python-gammu/python-gammu-2.11.ebuild index d8bdd85c30c7..74f61aa9ae4f 100644 --- a/dev-python/python-gammu/python-gammu-2.11.ebuild +++ b/dev-python/python-gammu/python-gammu-2.11.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -17,7 +17,8 @@ IUSE="examples test" RESTRICT="!test? ( test )" RDEPEND=">=app-mobilephone/gammu-1.34.0" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig test? ( $(python_gen_impl_dep sqlite) |