# HG changeset patch # User Rich Burridge # Date 1475765909 25200 # Node ID 6e4d359501b945370c518a8476b7973239781cf8 # Parent 6881211a7ba8adc05f6896783117e8a26af72379 24809230 astroid is missing a couple of dependencies for wrapt and lazy-object-proxy diff -r 6881211a7ba8 -r 6e4d359501b9 components/python/astroid/astroid-PYVER.p5m --- a/components/python/astroid/astroid-PYVER.p5m Thu Oct 06 07:26:21 2016 -0700 +++ b/components/python/astroid/astroid-PYVER.p5m Thu Oct 06 07:58:29 2016 -0700 @@ -196,9 +196,16 @@ depend type=require \ fmri=library/python/astroid@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +# 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) # force a dependency on six; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/six-$(PYV) + +# force a dependency on wrapt; pkgdepend work is needed to flush this out. +depend type=require fmri=library/python/wrapt-$(PYV) diff -r 6881211a7ba8 -r 6e4d359501b9 components/python/pylint/pylint-PYVER.p5m --- a/components/python/pylint/pylint-PYVER.p5m Thu Oct 06 07:26:21 2016 -0700 +++ b/components/python/pylint/pylint-PYVER.p5m Thu Oct 06 07:58:29 2016 -0700 @@ -130,10 +130,6 @@ # 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)