Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions containers/nova/builddeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python3-setuptools
libffi-devel
openssl-devel
python3-cryptography-43.0.0-4.el10
python3-numpy
# Required to build lxml
libxml2-devel
libxslt-devel
Expand Down
5 changes: 1 addition & 4 deletions containers/nova/buildrequirements.lock.master
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build==1.5.0
build==1.6.0
calver==2025.10.20
cffi==2.1.1
cython==3.3.0
Expand All @@ -8,16 +8,13 @@ hatch-fancy-pypi-readme==25.1.0
hatch-vcs==0.5.0
hatchling==1.32.0
maturin==1.15.0
meson-python==0.20.0
meson==1.12.0
packaging==26.3
pathspec==1.1.1
pbr==7.0.3
pluggy==1.6.0
poetry-core==2.4.1
pycparser==3.0
pyproject-hooks==1.2.0
pyproject-metadata==0.12.1
semantic-version==2.10.0
setuptools-rust==1.13.0
setuptools-scm==10.2.1
Expand Down
3 changes: 3 additions & 0 deletions containers/nova/nova-api/bindeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
httpd
mod_ssl
python3-mod_wsgi
# python3-numpy is a dependency of websockify. The RPM version is compiled
# against system BLAS/LAPACK libraries. Building from source is very slow
python3-numpy
1 change: 0 additions & 1 deletion containers/nova/requirements.lock.master
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ mdurl==0.1.2
microversion-parse==2.1.0
msgpack==1.2.1
netaddr==1.3.0
numpy==2.4.6
openstacksdk==4.18.0
os-brick==7.1.0
os-resource-classes==1.1.0
Expand Down
1 change: 1 addition & 0 deletions containers/nova/rpms.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ packages:
- python3-devel
- python3-libvirt
- python3-mod_wsgi
- python3-numpy
- python3-openvswitch3.5
- python3-pip
- python3-setuptools
Expand Down