components/openstack/heat/heat.p5m
branchs11-update
changeset 3828 450ae9167756
parent 3704 69ab8eca01c5
child 4072 db0cec748ec0
equal deleted inserted replaced
3827:0fa9cc47974d 3828:450ae9167756
   328 
   328 
   329 # force a group dependency on the optional swiftclient; pkgdepend work is needed
   329 # force a group dependency on the optional swiftclient; pkgdepend work is needed
   330 # to flush this out.
   330 # to flush this out.
   331 depend type=group fmri=library/python/swiftclient-$(PYV)
   331 depend type=group fmri=library/python/swiftclient-$(PYV)
   332 
   332 
   333 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
       
   334 depend type=require fmri=library/python-2/pyyaml-$(PYV)
       
   335 
       
   336 # force a dependency on babel; pkgdepend work is needed to flush this out.
   333 # force a dependency on babel; pkgdepend work is needed to flush this out.
   337 depend type=require fmri=library/python/babel-$(PYV)
   334 depend type=require fmri=library/python/babel-$(PYV)
   338 
   335 
   339 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
   336 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
   340 depend type=require fmri=library/python/greenlet-$(PYV)
   337 depend type=require fmri=library/python/greenlet-$(PYV)
   363 depend type=require fmri=library/python/paste.deploy-$(PYV)
   360 depend type=require fmri=library/python/paste.deploy-$(PYV)
   364 
   361 
   365 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   362 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   366 depend type=require fmri=library/python/pbr-$(PYV)
   363 depend type=require fmri=library/python/pbr-$(PYV)
   367 
   364 
       
   365 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
       
   366 depend type=require fmri=library/python/pyyaml-$(PYV)
       
   367 
   368 # force a dependency on requests; pkgdepend work is needed to flush this out.
   368 # force a dependency on requests; pkgdepend work is needed to flush this out.
   369 depend type=require fmri=library/python/requests-$(PYV)
   369 depend type=require fmri=library/python/requests-$(PYV)
   370 
   370 
   371 # force a dependency on routes; pkgdepend work is needed to flush this out.
   371 # force a dependency on routes; pkgdepend work is needed to flush this out.
   372 depend type=require fmri=library/python/routes-$(PYV)
   372 depend type=require fmri=library/python/routes-$(PYV)