# HG changeset patch # User david.comay@oracle.com # Date 1403806649 25200 # Node ID b1a24e272ae681837bf503bba630c39e6557972a # Parent 345be930b4bfc29aa33dcffb0de12b516311f3ba 19044301 boto's dependencies need work diff -r 345be930b4bf -r b1a24e272ae6 components/python/boto/boto-PYVER.p5m --- a/components/python/boto/boto-PYVER.p5m Thu Jun 26 10:57:43 2014 -0700 +++ b/components/python/boto/boto-PYVER.p5m Thu Jun 26 11:17:29 2014 -0700 @@ -27,11 +27,12 @@ value=pkg:/library/python/boto-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) set name=pkg.summary value="An Amazon Web Services library for Python" set name=pkg.description \ - value="Boto is a Python package that provides interfaces to Amazon Web Services (AWS). In addition, boto provides support for other public services such as Google Storage in, as well as private cloud systems like Eucalyptus, OpenStack and Nebula." + value="Boto is a Python package that provides interfaces to Amazon Web Services (AWS). In addition, boto provides support for other public services such as Google Storage as well private cloud systems like Eucalyptus, OpenStack and Open Nebula." set name=com.oracle.info.description value="the Python boto module" set name=com.oracle.info.tpno value=$(TPNO) set name=info.classification \ - value=org.opensolaris.category.2008:Development/Python + value=org.opensolaris.category.2008:Development/Python \ + value="org.opensolaris.category.2008:Web Services/Application and Web Servers" set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) set name=info.upstream value="Mitch Garnaat " set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) @@ -436,11 +437,11 @@ # force a group dependency on the optional lxml; pkgdepend work is needed to # flush this out. -#depend type=group fmri=library/python/lxml-$(PYV) +depend type=group fmri=library/python/lxml-$(PYV) # force a group dependency on the optional simplejson; pkgdepend work is needed # to flush this out. -#depend type=group fmri=library/python/simplejson-$(PYV) +depend type=group fmri=library/python/simplejson-$(PYV) # force the rename with an optional dependency on the old name depend type=optional \ @@ -451,4 +452,4 @@ fmri=library/python/boto@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) # force a dependency on requests; pkgdepend work is needed to flush this out. -#depend type=require fmri=library/python/requests-$(PYV) +depend type=require fmri=library/python/requests-$(PYV)