app-misc/goobook: revbump to fix deps
authorKalin KOZHUHAROV <me.kalin@gmail.com>
Sat, 7 Mar 2020 00:07:17 +0000 (01:07 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Mon, 9 Mar 2020 05:55:11 +0000 (07:55 +0200)
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>
app-misc/goobook/goobook-3.4-r1.ebuild [moved from app-misc/goobook/goobook-3.4.ebuild with 79% similarity]

similarity index 79%
rename from app-misc/goobook/goobook-3.4.ebuild
rename to app-misc/goobook/goobook-3.4-r1.ebuild
index bb2a49f209ccdf79227576ac89e912b41cfdf4a7..f95cf02f00e377c615e59d0a31c684d0dcc9fa13 100644 (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}"