Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Iliya Manolov
slapos
Commits
666f7788
Commit
666f7788
authored
Aug 03, 2017
by
Iliya Manolov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5: Added requested modules that failed module testing.
parent
65c794dd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
1 deletion
+27
-1
component/openpyxl/buildout.cfg
component/openpyxl/buildout.cfg
+6
-0
component/sympy/buildout.cfg
component/sympy/buildout.cfg
+6
-0
software/jupyter/software.cfg
software/jupyter/software.cfg
+1
-1
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+14
-0
No files found.
component/openpyxl/buildout.cfg
0 → 100644
View file @
666f7788
[buildout]
parts = openpyxl
[openpyxl]
recipe = zc.recipe.egg:custom
egg = openpyxl
component/sympy/buildout.cfg
0 → 100644
View file @
666f7788
[buildout]
parts = sympy
[sympy]
recipe = zc.recipe.egg:custom
egg = sympy
software/jupyter/software.cfg
View file @
666f7788
...
...
@@ -101,7 +101,7 @@ nbconvert = 4.1.0
# Required by:
# patsy==0.4.1
numpy = 1.1
2.0
numpy = 1.1
3.1
# Required by:
# ipython==5.3.0
...
...
stack/erp5/buildout.cfg
View file @
666f7788
...
...
@@ -28,6 +28,10 @@ extends =
../../component/matplotlib/buildout.cfg
../../component/mesa/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/onlyoffice-x2t/buildout.cfg
../../component/pandas/buildout.cfg
...
...
@@ -142,6 +146,12 @@ parts +=
jupyter
jupyter-notebook-initialized-scripts
instance-jupyter-notebook
# additional egg parts
statsmodels
sympy
h5py
openpyxl
# override python2.7 to add SlapOS libstdc++ in RPATH.
[python2.7]
...
...
@@ -460,6 +470,10 @@ eggs = ${neoppod:eggs}
${pycrypto-python:egg}
${scipy:egg}
${scikit-learn:egg}
${sympy:egg}
${h5py:egg}
${openpyxl:egg}
${statsmodels:egg}
lock_file
astor
APacheDEX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment