commit:     8f431f52f806fc6aa60a238d38e69975c48e5c5a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 08:32:14 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 08:32:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f431f52

dev-python/sendgrid: fix deps: (app-dicts → 
dev-python)/{python-http-client,starkbank-ecdsa}

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-python/sendgrid/sendgrid-6.9.7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild 
b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
index 62f564ce9..f27f68140 100644
--- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild
+++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
@@ -19,8 +19,8 @@ RESTRICT="!test? ( test )"
 
 DOCS="README.rst"
 
-RDEPEND=">=app-dicts/python-http-client-3.3.5[${PYTHON_USEDEP}]
-       >=app-dicts/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/python-http-client-3.3.5[${PYTHON_USEDEP}]
+       >=dev-python/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]"
 BDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
@@ -32,4 +32,3 @@ python_test() {
 }
 
 distutils_enable_tests pytest
-

Reply via email to