Add small ()

This commit is contained in:
Doron Behar 2020-08-16 15:35:12 +03:00
parent d1cadb6b65
commit a570b1a9ae

View file

@ -120,7 +120,7 @@ environment is used even by builders, not only user facing Python environments.
`propagatedBuildInputs` and not regular `buildInputs`. I think this was done so `propagatedBuildInputs` and not regular `buildInputs`. I think this was done so
in the past so it'd be easy to know how to wrap them? Declarative wrappers in the past so it'd be easy to know how to wrap them? Declarative wrappers
won't require runtime-env-requiring deps to be only in `propagatedBuildInputs` won't require runtime-env-requiring deps to be only in `propagatedBuildInputs`
or `buildInputs` - it should pick such deps from both lists. Hence, I think it or `buildInputs` - it should pick such deps from both lists. Hence, (I think) it
should be possible to make Python's static builds consistent with other should be possible to make Python's static builds consistent with other
ecosystems. ecosystems.