24791076 missing dependency on lazy-object-proxy in pylint
authorRich Burridge <rich.burridge@oracle.com>
Mon, 03 Oct 2016 14:13:38 -0700
changeset 7021 0841deb27d32
parent 7020 58ca1f0fa3a7
child 7026 5d39d81ed166
24791076 missing dependency on lazy-object-proxy in pylint
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)