Home
last modified time | relevance | path

Searched +full:check +full:- +full:python +full:- +full:pipenv (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/python/
H A DMakefile1 QEMU_VENV_DIR=.dev-venv
2 QEMU_MINVENV_DIR=.min-venv
7 @echo "python packaging help:"
9 @echo "make check-minreqs:"
12 @echo " Requires: Python 3.8"
15 @echo "make check-tox:"
16 @echo " Run tests against multiple python versions."
18 @echo " Requires: Python 3.8 - 3.11, and tox."
19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
23 @echo "make check-dev:"
[all …]
/openbmc/sdbusplus/
H A D.gitignore6 # Created by https://www.toptal.com/developers/gitignore/api/python
7 # Edit at https://www.toptal.com/developers/gitignore?templates=python
9 ### Python ###
10 # Byte-compiled / optimized / DLL files
19 .Python
21 develop-eggs/
32 share/python-wheels/
33 *.egg-info/
39 # Usually these files are written by a python script from a template
45 pip-log.txt
[all …]
/openbmc/openbmc/poky/documentation/
H A DREADME9 poky/documentation - The directory within the poky Git repository containing
18 yocto-docs/documentation - The Git repository for the Yocto Project manuals.
25 git clone git://git.yoctoproject.org/yocto-docs
28 yocto-docs Git repository. Later, they make it
37 * brief-yoctoprojectqs - Yocto Project Quick Start
38 * overview-manual - Yocto Project Overview and Concepts Manual
39 * contributor-guide - Yocto Project and OpenEmbedded Contributor Guide
40 * ref-manual - Yocto Project Reference Manual
41 * bsp-guide - Yocto Project Board Support Package (BSP) Developer's Guide
42 * dev-manual - Yocto Project Development Tasks Manual
[all …]