commit:     dc09cf22aaa369532965d6c2143a724a6f1e54d4
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 02:16:20 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 02:16:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc09cf22

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 <AT> gmail.com>

 dev-python/etcd3/etcd3-0.12.0.ebuild | 11 ++++++-----
 1 file 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}]

Reply via email to