24809230 astroid is missing a couple of dependencies for wrapt and lazy-object-proxy
authorRich Burridge <rich.burridge@oracle.com>
Thu, 06 Oct 2016 07:58:29 -0700
changeset 7061 6e4d359501b9
parent 7060 6881211a7ba8
child 7062 7c249efbfc20
24809230 astroid is missing a couple of dependencies for wrapt and lazy-object-proxy
components/python/astroid/astroid-PYVER.p5m
components/python/pylint/pylint-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)
--- 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)