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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
3e95411b
Commit
3e95411b
authored
Oct 20, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: only install backports-lzma on python2
on python3 we use lzma directly
parent
9e6bd46b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
software/slapos-sr-testing/software.cfg
software/slapos-sr-testing/software.cfg
+0
-1
software/slapos-testing/software.cfg
software/slapos-testing/software.cfg
+0
-1
stack/slapos.cfg
stack/slapos.cfg
+4
-1
No files found.
software/slapos-sr-testing/software.cfg
View file @
3e95411b
...
@@ -337,7 +337,6 @@ eggs +=
...
@@ -337,7 +337,6 @@ eggs +=
${python-pynacl:egg}
${python-pynacl:egg}
${python-cryptography:egg}
${python-cryptography:egg}
${python-mysqlclient:egg}
${python-mysqlclient:egg}
${backports.lzma:egg}
${bcrypt:egg}
${bcrypt:egg}
${psycopg2:egg}
${psycopg2:egg}
${selenium:egg}
${selenium:egg}
...
...
software/slapos-testing/software.cfg
View file @
3e95411b
...
@@ -141,7 +141,6 @@ eggs +=
...
@@ -141,7 +141,6 @@ eggs +=
${lxml-python:egg}
${lxml-python:egg}
${python-PyYAML:egg}
${python-PyYAML:egg}
${python-cryptography:egg}
${python-cryptography:egg}
${backports.lzma:egg}
${pycurl:egg}
${pycurl:egg}
${bcrypt:egg}
${bcrypt:egg}
dnspython
dnspython
...
...
stack/slapos.cfg
View file @
3e95411b
...
@@ -118,7 +118,10 @@ eggs =
...
@@ -118,7 +118,10 @@ eggs =
${lxml-python:egg}
${lxml-python:egg}
${pycurl:egg}
${pycurl:egg}
${python-cryptography:egg}
${python-cryptography:egg}
${backports.lzma:egg}
${:extra-eggs}
extra-eggs =
[slapos-toolbox-dependencies:python2]
extra-eggs = ${backports.lzma:egg}
# Install a slapos command with networkcache enabled in ${buildout:bin-directory}
# Install a slapos command with networkcache enabled in ${buildout:bin-directory}
[slapos-command]
[slapos-command]
...
...
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