Commit 70ffe0bd authored by Jérome Perrin's avatar Jérome Perrin

wip astroid

parent c8cfaef8
...@@ -12,6 +12,8 @@ patches = ...@@ -12,6 +12,8 @@ patches =
${:_profile_base_location_}/astroid-six_moves_import_error.patch#28bef851da125357008b0a07b255b86a ${:_profile_base_location_}/astroid-six_moves_import_error.patch#28bef851da125357008b0a07b255b86a
patch-options = -p1 patch-options = -p1
patch-binary = ${patch:location}/bin/patch patch-binary = ${patch:location}/bin/patch
depends =
${lazy-object-proxy:eggs}
[pylint] [pylint]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
...@@ -21,3 +23,9 @@ patches = ...@@ -21,3 +23,9 @@ patches =
${:_profile_base_location_}/pylint-redefining-builtins-modules.patch#043defc6e9002ac48b40e078797d4d17 ${:_profile_base_location_}/pylint-redefining-builtins-modules.patch#043defc6e9002ac48b40e078797d4d17
patch-options = -p1 patch-options = -p1
patch-binary = ${patch:location}/bin/patch patch-binary = ${patch:location}/bin/patch
[lazy-object-proxy]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs =
setuptools-scm
...@@ -640,7 +640,8 @@ pylint = 1.4.4+SlapOSPatched002 ...@@ -640,7 +640,8 @@ pylint = 1.4.4+SlapOSPatched002
# astroid 1.4.1 breaks testDynamicClassGeneration # astroid 1.4.1 breaks testDynamicClassGeneration
astroid = 1.4.0+SlapOSPatched001 astroid = 1.4.0+SlapOSPatched001
wrapt = 1.14.1 wrapt = 1.14.1
lazy-object-proxy = 1.7.1:whl lazy-object-proxy = 1.7.1
setuptools-scm = 3.5.0
# use newer version than specified in ZTK # use newer version than specified in ZTK
PasteDeploy = 1.5.2 PasteDeploy = 1.5.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment