ninja: drop python as a run dep (#11347)

* ninja: Make python a build-only dependency

* ninja, ninja-fortran: allow the packages to provide eachother
This commit is contained in:
Chuck Atkins
2019-05-07 13:07:24 -04:00
committed by GitHub
parent 65ff6ed8f6
commit 251f3f5058
3 changed files with 8 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ packages:
mpe: [mpe2]
mpi: [openmpi, mpich]
mysql-client: [mysql, mariadb-c-client]
ninja: [ninja, ninja-fortran]
ninja-fortran: [ninja-fortran, ninja@kitware]
opencl: [pocl]
openfoam: [openfoam-com, openfoam-org, foam-extend]
pil: [py-pillow]