aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-12 03:16:20 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-12 03:16:20 +0100
commitdc09cf22aaa369532965d6c2143a724a6f1e54d4 (patch)
treef83164939977aa6ef93826ad3fa100caee9bf0b4
parentdev-python/tooz: enable py3.9 (diff)
downloadguru-dc09cf22aaa369532965d6c2143a724a6f1e54d4.tar.gz
guru-dc09cf22aaa369532965d6c2143a724a6f1e54d4.tar.bz2
guru-dc09cf22aaa369532965d6c2143a724a6f1e54d4.zip
dev-python/etcd3: add etcd dependency
Closes: https://bugs.gentoo.org/831960 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/etcd3/etcd3-0.12.0.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/etcd3/etcd3-0.12.0.ebuild b/dev-python/etcd3/etcd3-0.12.0.ebuild
index c3a5aa7ac..60491b7c4 100644
--- a/dev-python/etcd3/etcd3-0.12.0.ebuild
+++ b/dev-python/etcd3/etcd3-0.12.0.ebuild
@@ -1,15 +1,15 @@
-# 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_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Python client for the etcd API v3"
HOMEPAGE="
- https://pypi.org/project/etcd3
+ https://pypi.org/project/etcd3/
https://github.com/kragniz/python-etcd3
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
@@ -19,12 +19,13 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
+ dev-db/etcd
>=dev-python/grpcio-1.2.0[${PYTHON_USEDEP}]
>=dev-python/tenacity-5.0.2[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.6.1[${PYTHON_USEDEP}]
"
-DEPEND="${RDEPEND}"
-BDEPEND="
+DEPEND="
+ ${RDEPEND}
test? (
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]