commit b6a7298d2f745a78bf82e58ac684823881c8aea6
tree a45fdf82ace9ba0132396fc14c39a5fe3e455519
parent 293b129a470605422cca59bd9e2bc73f74047559
author Thiago Jung Bauermann <thiago.bauermann@linaro.org> 2025-03-13 00:21:53 -0300
committer Laurent Alfonsi <laurent.alfonsi@linaro.org> 2025-03-18 15:32:22 +0000

    tcwg-llvmmonitor: Install requests library via apt-get instead of pip
    
    It's used by bot-status.py. Trying to build this image results in:
    
      error: externally-managed-environment
    
      × This environment is externally managed
      ╰─> To install Python packages system-wide, try apt install
          python3-xyz, where xyz is the package you are trying to
          install.
    
          If you wish to install a non-Debian-packaged Python package,
          create a virtual environment using python3 -m venv path/to/venv.
          Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
          sure you have python3-full installed.
    
          If you wish to install a non-Debian packaged Python application,
          it may be easiest to use pipx install xyz, which will manage a
          virtual environment for you. Make sure you have pipx installed.
    
          See /usr/share/doc/python3.11/README.venv for more information.
    
      note: If you believe this is a mistake, please contact your Python
      installation or OS distribution provider. You can override this, at the
      risk of breaking your Python installation or OS, by passing
      --break-system-packages.  hint: See PEP 668 for the detailed
      specification.
    
    Today, PyPI has requests version 2.32.3, while Debian bookworm (stable),
    the current distro nginx:latest is based on, has version 2.28.1.
    
    Change-Id: I265a91eeca772f20381521730344f1c8c014a83d


:100644 100644 1f61ee884d25cc34b09ae96fccf9edbd92281691 4cc42c7c3d335f21babd319c55a59cc859a3d9c5 M	latest-amd64-tcwg-llvmmonitor/Dockerfile
