Commit 666f7788 authored by Iliya Manolov's avatar Iliya Manolov

ERP5: Added requested modules that failed module testing.

parent 65c794dd
[buildout]
parts = openpyxl
[openpyxl]
recipe = zc.recipe.egg:custom
egg = openpyxl
[buildout]
parts = sympy
[sympy]
recipe = zc.recipe.egg:custom
egg = sympy
...@@ -101,7 +101,7 @@ nbconvert = 4.1.0 ...@@ -101,7 +101,7 @@ nbconvert = 4.1.0
# Required by: # Required by:
# patsy==0.4.1 # patsy==0.4.1
numpy = 1.12.0 numpy = 1.13.1
# Required by: # Required by:
# ipython==5.3.0 # ipython==5.3.0
......
...@@ -28,6 +28,10 @@ extends = ...@@ -28,6 +28,10 @@ extends =
../../component/matplotlib/buildout.cfg ../../component/matplotlib/buildout.cfg
../../component/mesa/buildout.cfg ../../component/mesa/buildout.cfg
../../component/numpy/buildout.cfg ../../component/numpy/buildout.cfg
../../component/sympy/buildout.cfg
../../component/openpyxl/buildout.cfg
../../component/statsmodels/buildout.cfg
../../component/h5py/buildout.cfg
../../component/ocropy/buildout.cfg ../../component/ocropy/buildout.cfg
../../component/onlyoffice-x2t/buildout.cfg ../../component/onlyoffice-x2t/buildout.cfg
../../component/pandas/buildout.cfg ../../component/pandas/buildout.cfg
...@@ -143,6 +147,12 @@ parts += ...@@ -143,6 +147,12 @@ parts +=
jupyter-notebook-initialized-scripts jupyter-notebook-initialized-scripts
instance-jupyter-notebook instance-jupyter-notebook
# additional egg parts
statsmodels
sympy
h5py
openpyxl
# override python2.7 to add SlapOS libstdc++ in RPATH. # override python2.7 to add SlapOS libstdc++ in RPATH.
[python2.7] [python2.7]
extra-ldflags = -Wl,-rpath=${gcc:location}/lib -Wl,-rpath=${gcc:location}/lib64 extra-ldflags = -Wl,-rpath=${gcc:location}/lib -Wl,-rpath=${gcc:location}/lib64
...@@ -460,6 +470,10 @@ eggs = ${neoppod:eggs} ...@@ -460,6 +470,10 @@ eggs = ${neoppod:eggs}
${pycrypto-python:egg} ${pycrypto-python:egg}
${scipy:egg} ${scipy:egg}
${scikit-learn:egg} ${scikit-learn:egg}
${sympy:egg}
${h5py:egg}
${openpyxl:egg}
${statsmodels:egg}
lock_file lock_file
astor astor
APacheDEX APacheDEX
......
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