Commit 69a71fd8 authored by Jérome Perrin's avatar Jérome Perrin

software/re6stnet,slapos-testing: fix re6stnet develop

Because re6stnet now uses hatchling, it needs some packages installed
for develop step.

ref: re6stnet@88a883db
parent 605dd0ef
Pipeline #37884 canceled with stage
in 0 seconds
......@@ -32,6 +32,9 @@ PATH = ${git:location}/bin:%(PATH)s
recipe = zc.recipe.egg:develop
setup = ${re6stnet-repository:location}
environment = re6stnet-setup-env
setup-eggs =
editables
hatchling
[re6stnet]
recipe = zc.recipe.egg
......
......@@ -136,6 +136,9 @@ setup = ${rubygemsrecipe-repository:location}
<= setup-develop-egg
egg = re6stnet[test]
setup = ${re6stnet-repository:location}
setup-eggs =
editables
hatchling
[extra-eggs]
eggs =
......
......@@ -200,6 +200,7 @@ decorator = 4.3.0
defusedxml = 0.7.1
distro = 1.7.0
dnspython = 1.16.0
editables = 0.5:whl
entrypoints = 0.3:whl
enum34 = 1.1.10
erp5.util = 0.4.76
......@@ -222,6 +223,7 @@ GitPython = 3.1.30
greenlet = 3.0.1
h11 = 0.14.0
h5py = 3.11.0
hatchling = 1.25.0:whl
httpcore = 1.0.4:whl
httplib2 = 0.22.0
httpx = 0.27.0:whl
......@@ -295,6 +297,7 @@ paramiko = 2.11.0
parso = 0.7.1
passlib = 1.7.4
pathlib2 = 2.3.5
pathspec = 0.12.1:whl
patsy = 0.5.3
pbr = 5.9.0
pexpect = 4.8.0
......@@ -304,7 +307,7 @@ pkgconfig = 1.5.1:whl
pkgutil-resolve-name = 1.3.10:whl
platformdirs = 4.2.0:whl
plone.recipe.command = 1.1
pluggy = 0.13.1:whl
pluggy = 1.5.0:whl
ply = 3.11
prettytable = 0.7.2
prometheus-client = 0.9.0
......@@ -382,6 +385,7 @@ tornado = 6.4
traitlets = 5.14.1:whl
trio = 0.22.0
trio-websocket = 0.9.2
trove-classifiers = 2024.10.21.16:whl
Twisted = 22.4.0:whl
txaio = 23.1.1
typeguard = 3.0.2:whl
......
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