components/python/astroid/astroid-PYVER.p5m
changeset 7061 6e4d359501b9
parent 7020 58ca1f0fa3a7
equal deleted inserted replaced
7060:6881211a7ba8 7061:6e4d359501b9
   194 
   194 
   195 # force a dependency on the astroid package
   195 # force a dependency on the astroid package
   196 depend type=require \
   196 depend type=require \
   197     fmri=library/python/astroid@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   197     fmri=library/python/astroid@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   198 
   198 
       
   199 # force a dependency on lazy-object-proxy; pkgdepend work is needed to flush
       
   200 # this out.
       
   201 depend type=require fmri=library/python/lazy-object-proxy-$(PYV)
       
   202 
   199 # force a dependency on logilab-common; pkgdepend work is needed to flush
   203 # force a dependency on logilab-common; pkgdepend work is needed to flush
   200 # this out.
   204 # this out.
   201 depend type=require fmri=library/python/logilab-common-$(PYV)
   205 depend type=require fmri=library/python/logilab-common-$(PYV)
   202 
   206 
   203 # force a dependency on six; pkgdepend work is needed to flush this out.
   207 # force a dependency on six; pkgdepend work is needed to flush this out.
   204 depend type=require fmri=library/python/six-$(PYV)
   208 depend type=require fmri=library/python/six-$(PYV)
       
   209 
       
   210 # force a dependency on wrapt; pkgdepend work is needed to flush this out.
       
   211 depend type=require fmri=library/python/wrapt-$(PYV)