Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sendgrid/
Date: Thu, 16 Mar 2023 08:32:30
Message-Id: 1678955534.8f431f52f806fc6aa60a238d38e69975c48e5c5a.flow@gentoo
1 commit: 8f431f52f806fc6aa60a238d38e69975c48e5c5a
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 08:32:14 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 08:32:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f431f52
7
8 dev-python/sendgrid: fix deps: (app-dicts → dev-python)/{python-http-client,starkbank-ecdsa}
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-python/sendgrid/sendgrid-6.9.7.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
16 index 62f564ce9..f27f68140 100644
17 --- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild
18 +++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
19 @@ -19,8 +19,8 @@ RESTRICT="!test? ( test )"
20
21 DOCS="README.rst"
22
23 -RDEPEND=">=app-dicts/python-http-client-3.3.5[${PYTHON_USEDEP}]
24 - >=app-dicts/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]"
25 +RDEPEND=">=dev-python/python-http-client-3.3.5[${PYTHON_USEDEP}]
26 + >=dev-python/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]"
27 BDEPEND="
28 dev-python/setuptools[${PYTHON_USEDEP}]
29 test? (
30 @@ -32,4 +32,3 @@ python_test() {
31 }
32
33 distutils_enable_tests pytest
34 -