Opened 13 months ago
Closed 12 months ago
#18466 closed enhancement (fixed)
Add `--no-cache-dir` for `pip3 wheel` commands
Reported by: | Xi Ruoyao | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
Now the pip3 wheel
commands are storing the built wheels into $HOME/.cache/pip/wheels. These cached wheels are not useful for BLFS, so they are just wasting space. We can disable this behavior by adding --no-cache-dir
.
The Python modules in LFS can be adjusted as well.
Change History (4)
comment:1 by , 12 months ago
comment:2 by , 12 months ago
I've adjusted the ENTITIES in general.ent and checked them in scons, gpgme, libpwquality, kf5, and brotli.
The remaining packages are all in general/prog/python-modules/ and general/prog/python-dependencies/.
comment:3 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Finished replacing all python module pip3 commands with entities.
Fixed at commits
db244ae2 python-modules 082e722c python-dependencies
Note:
See TracTickets
for help on using tickets.
I think we might want to set up ENTITYs for the pip3 wheel commands.