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
e7becb28
Commit
e7becb28
authored
Apr 17, 2023
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Beremiz-ide: add missing sslpsk egg required for tests
parent
63331d51
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
component/python-sslpsk/buildout.cfg
component/python-sslpsk/buildout.cfg
+21
-0
software/beremiz-ide/software.cfg
software/beremiz-ide/software.cfg
+1
-0
software/beremiz-ide/test.cfg
software/beremiz-ide/test.cfg
+2
-0
No files found.
component/python-sslpsk/buildout.cfg
0 → 100644
View file @
e7becb28
[buildout]
extends =
../openssl/buildout.cfg
../pkgconfig/buildout.cfg
parts =
python-sslpsk
[python-sslpsk]
recipe = zc.recipe.egg:custom
egg = sslpsk
environment = python-sslpsk-env
library-dirs =
${openssl:location}/lib/
rpath =
${openssl:location}/lib/
[python-sslpsk-env]
PATH = ${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH = ${openssl:location}/lib/pkgconfig
CPATH = ${openssl:location}/include
software/beremiz-ide/software.cfg
View file @
e7becb28
...
...
@@ -211,3 +211,4 @@ trollius = 2.2.1
pathlib = 1.0.1
ddt = 1.4.4
click = 7.1.2
sslpsk = 1.0.0
software/beremiz-ide/test.cfg
View file @
e7becb28
[buildout]
extends =
../../component/python-sslpsk/buildout.cfg
software.cfg
../../component/git/buildout.cfg
../../component/pytest/buildout.cfg
...
...
@@ -25,6 +26,7 @@ setup-eggs =
[python-interpreter]
eggs +=
${python-sslpsk:egg}
${pytest:eggs}
pytest-timeout
${ddt:egg}
...
...
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