Skip to content

Commit

Permalink
app-misc/goobook: revbump to fix deps
Browse files Browse the repository at this point in the history
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 <[email protected]>
Closes: gentoo#14853
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
thinrope authored and juippis committed Mar 9, 2020
1 parent fd2beb1 commit 86da8c1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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}"

Expand Down

0 comments on commit 86da8c1

Please sign in to comment.