# HG changeset patch # User Rich Burridge # Date 1475529218 25200 # Node ID 0841deb27d326a2625ad656f2cb97d8c00fc7f4d # Parent 58ca1f0fa3a74258b7b3d3894fe83956d83ddacf 24791076 missing dependency on lazy-object-proxy in pylint diff -r 58ca1f0fa3a7 -r 0841deb27d32 components/python/pylint/pylint-PYVER.p5m --- a/components/python/pylint/pylint-PYVER.p5m Mon Oct 03 07:43:49 2016 -0700 +++ b/components/python/pylint/pylint-PYVER.p5m Mon Oct 03 14:13:38 2016 -0700 @@ -130,6 +130,10 @@ # force a dependency on isort; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/isort-$(PYV) +# force a dependency on lazy-object-proxy; pkgdepend work is needed to flush +# this out. +depend type=require fmri=library/python/lazy-object-proxy-$(PYV) + # force a dependency on logilab-common; pkgdepend work is needed to flush # this out. depend type=require fmri=library/python/logilab-common-$(PYV)