Files
termux-packages/packages/python-pip
termux-pacman-bot 3300e5a8d4 fix(main/python-pip): recommend clang instead of depending on it
- Fixes https://github.com/termux/termux-packages/issues/28271

- Partially reverts be3cfa1195

- It is not absolutely necessary to have `clang` for installing all PyPi packages, but it is necessary for some of them, so still install `clang` by default, but give users the option of using the command `apt install --no-install-recommends python-pip` to install with fewer dependencies that take up less storage space.

- Arch Linux and other distros do not make `python-pip` depend on a C compiler: https://archlinux.org/packages/extra/any/python-pip/
2026-02-01 02:19:06 +00:00
..