app-misc/goobook: revbump to fix deps

Apparently >=dev-python/google-api-python-client-1.7 has dropped
dependency on dev-python/oauth2client, so this will break systems when
doing depclean

Closes: https://bugs.gentoo.org/711698
Signed-off-by: Kalin KOZHUHAROV <kalin@thinrope.net>
Closes: https://github.com/gentoo/gentoo/pull/14853
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Kalin KOZHUHAROV
2020-03-07 01:07:17 +01:00
committed by Joonas Niilola
parent fd2beb14f9
commit 86da8c1dfb

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -17,8 +17,10 @@ KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
>=dev-python/google-api-python-client-1.6.4[${PYTHON_USEDEP}]"
# dev-python/{simplejson,oauth2client} are deps for the above
>=dev-python/google-api-python-client-1.6.4[${PYTHON_USEDEP}]
>=dev-python/simplejson-2.1.0[${PYTHON_USEDEP}]
>=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
<dev-python/oauth2client-5[${PYTHON_USEDEP}]"
DEPEND="${PYTHON_DEPS}"