commit: 1810aef50cf9db095de81bdf4777f2c98b58b256 Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> AuthorDate: Sat Apr 27 00:02:04 2024 +0000 Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> CommitDate: Sat Apr 27 00:02:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1810aef5
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 <zdanevich.vitaly <AT> ya.ru> 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}] "