Commit cdfe481
committed
ninja: make Python a build dependency
Ninja doesn't actually need Python to build anything. It uses Python
only for generating graphs, so there's no point requiring everyone to
install Python as well.
This is useful for users with non-default prefixes, since this is
relocatable but Python is not. It's also useful for CI, because formulae
that use Ninja to build will no longer need to install Python as well
unless they depend on Python in some other way.
Also, remove the Curl dependency, as the test probably still works with
system Curl.
While we're here, let's install some more useful files from the tarball.1 parent 70ab49f commit cdfe481
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments