Commit 8bcc551
committed
docker: Do not try uninstall system python packages
pip install .[dev] is trying to uninstall the Debian-packaged
python3-requests and replace it with requests==2.32.4, which
pip refuses to do cleanly.
Let's keep debian version of requests for now.
Signed-off-by: Denys Fedoryshchenko <[email protected]>1 parent f80f122 commit 8bcc551
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments