Commit a576f2f0 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: nexedi/re6stnet@88a883db
parent fd5774d4
......@@ -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
......@@ -296,6 +298,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
......@@ -383,6 +386,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