From 1810aef50cf9db095de81bdf4777f2c98b58b256 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sat, 27 Apr 2024 04:02:04 +0400 Subject: [PATCH] dev-python/evernote2: RDEPEND from deprecated oauth lib to the alive See the context https://github.com/gentoo/guru/commit/bebb60ef842bdfde41aa273cf808adbbc82bd75c#commitcomment-141378326 Signed-off-by: Vitaly Zdanevich --- dev-python/evernote2/evernote2-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/evernote2/evernote2-9999.ebuild b/dev-python/evernote2/evernote2-9999.ebuild index 1025374b7f..62b61950ad 100644 --- a/dev-python/evernote2/evernote2-9999.ebuild +++ b/dev-python/evernote2/evernote2-9999.ebuild @@ -20,6 +20,6 @@ LICENSE="Apache-2.0" SLOT="0" RDEPEND=" - dev-python/python-oauth2[${PYTHON_USEDEP}] + dev-python/oauthlib[${PYTHON_USEDEP}] dev-python/thrift[${PYTHON_USEDEP}] "