Skip to content
Snippets Groups Projects
Select Git revision
  • ea185a557bc97868f3729060ea1cd003dbd971d1
  • esp32_c3_bringup default
  • master
3 results

python

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Paolo Bonzini authored
    Let pip decide whether a new version should be installed or the current
    one is okay.  This ensures that the virtual environment is updated
    (either upgraded or downgraded) whenever a new version of a package is
    requested.
    
    The hardest part here is figuring out if a package is installed in
    the venv (which also has to be done twice to account for the presence
    of either setuptools in Python <3.8, or importlib in Python >=3.8).
    
    Suggested-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Cc: John Snow <jsnow@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    47a90a51
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..