mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-08 12:38:25 +00:00
The only place where pip is required is in src/swtpm_setup/Makefile.am, l. 48, to uninstall a manually built package. Most people will have pip already installed, since it comes bundled with Python by default. It might not be installed by default in minimal build environments used for distribution packaging, but these rely on the file tracking by a package manager instead of using "make uninstall". In conclusion, I think requiring pip is only helpful for a very limited number of people, and is just a superfluous build dependency for distribution packagers. Issuing a warning that the package cannot be uninstalled cleanly if pip is not found seems enough. Signed-off-by: Jonas Witschel <diabonas@archlinux.org> |
||
|---|---|---|
| .. | ||
| source | ||
| changelog | ||
| compat | ||
| control | ||
| copyright | ||
| rules | ||
| swtpm-dev.install | ||
| swtpm-libs.install | ||
| swtpm-tools.install | ||
| swtpm-tools.postinst.in | ||
| swtpm.install | ||