Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:pip (Results 1 – 25 of 39) sorted by relevance

12

/qemu/tests/lcitool/
H A Dmappings.yml16 python3:
17 OpenSUSELeap15: python311-base
19 python3-PyYAML:
22 python3-devel:
23 OpenSUSELeap15: python311-devel
25 python3-docutils:
28 python3-numpy:
31 python3-opencv:
34 python3-pillow:
37 python3-pip:
[all …]
/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-14.vars1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool variables freebsd-14 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
13 PIP3='/usr/local/bin/pip'
14-lib bash bison bzip2 ca_root_nss capstone4 ccache4 cmocka ctags curl cyrus-sasl dbus diffutils dt…
16 PYTHON='/usr/local/bin/python3'
/qemu/tests/vm/generated/
H A Dfreebsd.json8 "pip3": "/usr/local/bin/pip",
10 "alsa-lib",
20 "cyrus-sasl",
25 "fusefs-libs3",
32 "gtk-vnc",
34 "json-c",
38 "libjpeg-turbo",
41 "libspice-server",
55 "py311-numpy",
56 "py311-pillow",
[all …]
/qemu/python/
H A DMakefile1 QEMU_VENV_DIR=.dev-venv
2 QEMU_MINVENV_DIR=.min-venv
9 @echo "make check-minreqs:"
13 @echo " Hint (Fedora): 'sudo dnf install python3.9'"
15 @echo "make check-tox:"
18 @echo " Requires: Python 3.9 - 3.11, and tox."
19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
23 @echo "make check-dev:"
24 @echo " Run tests in a venv against your default python3 version."
37 @echo "make min-venv"
[all …]
H A Dsetup.py1 #!/usr/bin/env python3
4 Copyright (c) 2020-2021 John Snow for Red Hat, Inc.
18 CLI option will invoke the deprecated bdist_egg hook. "pip install"
24 'Please use `pip install .` instead.'
33 # https://medium.com/@daveshawley/safely-using-setup-cfg-for-metadata-1babbe54c108
H A DREADME.rst8 ``setup.py`` is used by ``pip`` to install this tooling to the current
17 2. ``pip3 install --user .`` will install these packages to your user's
21 If you append the ``--editable`` or ``-e`` argument to either invocation
22 above, pip will install in "editable" mode. This installs the package as
23 a forwarder ("qemu.egg-link") that points to the source tree. In so
33 (It is a shortcut for ``pip3 install -e .[devel]``.)
35 See `Installing packages using pip and virtual environments
36 <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_
41 --------------------------------------------
48 https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
[all …]
/qemu/tests/docker/dockerfiles/
H A Dpython.docker10 python3 \
11 python3-pip \
12 python3-tox \
13 python3-virtualenv \
14 python3.10 \
15 python3.11 \
16 python3.12 \
17 python3.13 \
18 python3.9
20 RUN dnf install -y $PACKAGES
[all …]
H A Ddebian-tricore-cross.docker2 # Docker TriCore cross-compiler target
8 # Copyright (c) 2018 Philippe Mathieu-Daudé
10 # SPDX-License-Identifier: GPL-2.0-or-later
12 FROM docker.io/library/debian:11-slim
15 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
16 DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
19 ca-certificates \
26 libglib2.0-dev \
27 libpixman-1-dev \
30 ninja-build \
[all …]
H A Ddebian-legacy-test-cross.docker1 # Docker legacy cross-compiler target (tests and minimal qemu)
6 # libc6.1-dev-alpha-cross: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054412
7 # sh4-linux-user: binaries don't run with bookworm compiler
9 # As we are targeting check-tcg here we only need minimal qemu
12 FROM docker.io/library/debian:11-slim
14 # Duplicate deb line as deb-src
15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
18 apt-get update && \
19 apt-get install -y eatmydata && \
20 eatmydata apt-get dist-upgrade -y && \
[all …]
H A Dfedora-win64-cross.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all --cross-arch mingw64 fedora-40 qemu,qemu-win-installer
5 # https://gitlab.com/libvirt/libvirt-ci
9 RUN dnf install -y nosync && \
11 if test -d /usr/lib64\n\
19 nosync dnf update -y && \
20 nosync dnf install -y \
23 bindgen-cli \
26 ca-certificates \
29 dbus-daemon \
[all …]
H A Dcentos9.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all centos-stream-9 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
9 RUN dnf distro-sync -y && \
10 dnf install 'dnf-command(config-manager)' -y && \
11 dnf config-manager --set-enabled -y crb && \
12 dnf install -y epel-release && \
13 dnf install -y epel-next-release && \
14 dnf install -y \
15 SDL2-devel \
[all …]
H A Ddebian-loongarch-cross.docker2 # Docker cross-compiler target
5 # https://github.com/loongson/build-tools/releases
7 FROM docker.io/library/debian:11-slim
9 # Duplicate deb line as deb-src
10 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
13 apt-get update && \
14 apt-get install -y eatmydata && \
15 eatmydata apt-get dist-upgrade -y && \
16 apt build-dep -yy qemu
18 RUN apt-get update && \
[all …]
H A Dfedora.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all fedora-40 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
9 RUN dnf install -y nosync && \
11 if test -d /usr/lib64\n\
19 nosync dnf update -y && \
20 nosync dnf install -y \
21 SDL2-devel \
22 SDL2_image-devel \
23 alsa-lib-devel \
[all …]
H A Ddebian-hexagon-cross.docker2 # Docker Hexagon cross-compiler target
6 # build-deps.
8 FROM docker.io/library/debian:11-slim
10 # Duplicate deb line as deb-src
11 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
12 RUN apt-get update && \
13 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
16 apt-get install -y --no-install-recommends \
19 xz-utils \
20 ca-certificates \
[all …]
H A Dubuntu2204.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all ubuntu-2204 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
10 apt-get update && \
11 apt-get install -y eatmydata && \
12 eatmydata apt-get dist-upgrade -y && \
13 eatmydata apt-get install --no-install-recommends -y \
19 ca-certificates \
25 exuberant-ctags \
33 libaio-dev \
[all …]
H A Ddebian-all-test-cross.docker2 # Docker all cross-compiler target (tests only)
7 # to build and run linux-user tests on GitLab
9 FROM docker.io/library/debian:12-slim
11 # Duplicate deb line as deb-src
12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources
15 apt-get update && \
16 apt-get install -y eatmydata && \
17 eatmydata apt-get dist-upgrade -y && \
18 apt build-dep -yy qemu
22 apt install -y --no-install-recommends \
[all …]
H A Ddebian.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all debian-12 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
7 FROM docker.io/library/debian:12-slim
10 apt-get update && \
11 apt-get install -y eatmydata && \
12 eatmydata apt-get dist-upgrade -y && \
13 eatmydata apt-get install --no-install-recommends -y \
20 ca-certificates \
26 exuberant-ctags \
[all …]
H A Dalpine.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all alpine-321 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
12 alsa-lib-dev \
13 attr-dev \
18 bzip2-dev \
19 ca-certificates \
20 capstone-dev \
22 ceph-dev \
24 cmocka-dev \
[all …]
H A Ddebian-amd64-cross.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all --cross-arch x86_64 debian-12 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
7 FROM docker.io/library/debian:12-slim
10 apt-get update && \
11 apt-get install -y eatmydata && \
12 eatmydata apt-get dist-upgrade -y && \
13 eatmydata apt-get install --no-install-recommends -y \
20 ca-certificates \
25 exuberant-ctags \
[all …]
H A Ddebian-i686-cross.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all --cross-arch i686 debian-12 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
7 FROM docker.io/library/debian:12-slim
10 apt-get update && \
11 apt-get install -y eatmydata && \
12 eatmydata apt-get dist-upgrade -y && \
13 eatmydata apt-get install --no-install-recommends -y \
20 ca-certificates \
25 exuberant-ctags \
[all …]
/qemu/tests/lcitool/projects/
H A Dqemu.yml1 ---
3 - alsa
4 - bash
5 - bc
6 - bindgen
7 - bison
8 - brlapi
9 - bzip2
10 - bzip2-libs
11 - capstone
[all …]
/qemu/scripts/ci/setup/ubuntu/
H A Dubuntu-2204-aarch64.yaml1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool variables --host-arch aarch64 ubuntu-2204 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
8 - bash
9 - bc
10 - bison
11 - bsdextrautils
12 - bzip2
13 - ca-certificates
14 - ccache
[all …]
H A Dubuntu-2204-s390x.yaml1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool variables --host-arch s390x ubuntu-2204 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
8 - bash
9 - bc
10 - bison
11 - bsdextrautils
12 - bzip2
13 - ca-certificates
14 - ccache
[all …]
H A Dubuntu-2204-armhf-cross.yml1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool variables --cross-arch armv7l ubuntu-2204 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
8 - bash
9 - bc
10 - bison
11 - bsdextrautils
12 - bzip2
13 - ca-certificates
14 - ccache
[all …]
/qemu/scripts/coverity-scan/
H A Dcoverity-scan.docker1 # syntax=docker/dockerfile:1.0.0-experimental
16 # run-coverity-scan script.
20 RUN dnf install -y nosync && \
21 echo -e '#!/bin/sh\n\
22 if test -d /usr/lib64\n\
30 nosync dnf update -y && \
31 nosync dnf install -y \
32 SDL2-devel \
33 SDL2_image-devel \
34 alsa-lib-devel \
[all …]

12