mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: add wheel and setuptools in dnf packages
These dependencies are required to for `pip install`. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
6377bf8885
commit
e345afabfe
1 changed files with 3 additions and 1 deletions
|
|
@ -30,9 +30,11 @@ dnf install -y \
|
|||
protobuf-c-devel \
|
||||
protobuf-compiler \
|
||||
protobuf-devel \
|
||||
python-devel \
|
||||
python3-importlib-metadata \
|
||||
python3-protobuf \
|
||||
python3-pyyaml \
|
||||
python-devel \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
rubygem-asciidoctor \
|
||||
xmlto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue