From d90da973addc157130741642d5d4c42dffc7cf4f Mon Sep 17 00:00:00 2001 From: Gabriel Monnerat <gabrielmonnerat@gmail.com> Date: Thu, 6 Oct 2016 11:43:06 -0300 Subject: [PATCH] erp5: Add google-api-python-client that is requred for Google OAuth pin uritemplate to 0.6 because google-api-python-client does not work with with version 3.0 of uritemplate /cc @kazuhiko @jerome /reviewed-on https://lab.nexedi.com/nexedi/slapos/merge_requests/134 --- stack/erp5/buildout.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg index a9a3839cc..21b826b40 100644 --- a/stack/erp5/buildout.cfg +++ b/stack/erp5/buildout.cfg @@ -1,4 +1,5 @@ [buildout] + extends = # Exact version of Zope ztk-versions.cfg @@ -571,6 +572,8 @@ eggs = ${neoppod:eggs} # Needed for parsing .po files from our Localizer subset polib +# Needed for Google OAuth + google-api-python-client # Used by ERP5 Jupyter backend ipykernel @@ -638,6 +641,9 @@ python-magic = 0.4.12+SlapOSPatched001 # specify dev version to be sure that an old released version is not used cloudooo = 1.2.5-dev +uritemplate = 3.0.0 +google-api-python-client = 1.6.1 + # use newer version than specified in ZTK PasteDeploy = 1.5.2 Pygments = 2.1.3 -- 2.30.9