# Add Python module requirements, one per line, to be installed | |
# in the qemu build_dir/pyvenv Python virtual environment. For more info, | |
# refer to: https://pip.pypa.io/en/stable/user_guide/#id1 | |
# | |
# Note that qemu.git/python/ is implicitly installed to this venv when | |
# 'make check-venv' is run, and will persist until configure is run | |
# again. | |
avocado-framework==101.0 | |
pycdlib==1.11.0 |