Commit 2913f03d authored by Xiaowu Zhang's avatar Xiaowu Zhang

software: add

parent 4a10db17
...@@ -2,11 +2,16 @@ ...@@ -2,11 +2,16 @@
extends = extends =
https://lab.nexedi.com/nexedi/slapos/raw/1.0.315/software/wendelin/software.cfg https://lab.nexedi.com/nexedi/slapos/raw/1.0.315/software/wendelin/software.cfg
parts +=
ors_wendelin
[eggs] [eggs]
eggs += eggs +=
websocket-client websocket-client
${xlte:egg} ${xlte:egg}
extra-paths +=
${ors_wendelin:location}
[xlte-repository] [xlte-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
...@@ -18,13 +23,22 @@ git-executable = ${git:location}/bin/git ...@@ -18,13 +23,22 @@ git-executable = ${git:location}/bin/git
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
setup = ${xlte-repository:location} setup = ${xlte-repository:location}
egg = xlte egg = xlte
depends = depends =
${numpy:egg} ${numpy:egg}
${pygolang:egg} ${pygolang:egg}
websocket-client websocket-client
[local-bt5-repository]
list += ${ors_wendelin:location}/bt5
[erp5_repository_list]
repository_id_list += ors_wendelin
[ors_wendelin]
< = erp5
repository = https://lab.nexedi.com/xiaowu.zhang/ors_wendelin.git
branch = master
[versions] [versions]
websocket-client = 0.59.0 websocket-client = 0.59.0
backports.ssl-match-hostname = 3.7.0.1 backports.ssl-match-hostname = 3.7.0.1
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