Commit 2d5197d
authored
Use rpm installed python-setuptools (#3830)
Using --ignore-installed with pip causes it to ignore the fact that
setuptools has already been installed by rpm. This results in the newest
version of setuptools (50.0.0) to be pulled in.
Setuptools 50 includes a backwards incompatible change to the way that
non-binary installs happen, which breaks the installation of
ruamel.yaml.clib on architectures that must install from source
because there is not a built wheel.1 parent c2dbf1e commit 2d5197d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments