https://pantsbuild.org/ logo
r

rough-minister-58256

11/01/2016, 6:20 PM
transitive pinning as in, you start by depending on
3rdparty/python:a
(defined as
a==1.0.0
) which transitively depends on
b>2.0
- so to pin that to a specific version you depend on dependencies=[
3rdparty/python:a
(
a==1.0.0
),
3rdparty/python:b
(
b==2.0.3
)]