components/openstack/glance/glance.p5m
branchs11-update
changeset 3028 5e73a3a3f66a
child 3178 77584387a894
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openstack/glance/glance.p5m	Mon Mar 31 16:44:02 2014 -0700
@@ -0,0 +1,297 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/cloud/openstack/glance@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="OpenStack Glance"
+set name=pkg.description \
+    value="OpenStack Glance provides services for discovering, registering, and retrieving virtual machine images. Glance has a RESTful API that allows querying of VM image metadata as well as retrieval of the actual image. VM images made available through Glance can be stored in a variety of locations from simple file systems to object-storage systems like OpenStack Swift."
+set name=pkg.human-version value="Grizzly $(COMPONENT_VERSION)"
+set name=com.oracle.info.description value="Glance, the OpenStack image service"
+set name=com.oracle.info.tpno value=16269
+set name=info.classification \
+    value="org.opensolaris.category.2008:System/Administration and Configuration" \
+    value="org.opensolaris.category.2008:System/Enterprise Management" \
+    value=org.opensolaris.category.2008:System/Virtualization \
+    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="OpenStack <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2013/350 value=PSARC/2014/055
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+dir  path=etc/glance owner=glance group=glance mode=0700
+file etc/glance-api-paste.ini path=etc/glance/glance-api-paste.ini \
+    owner=glance group=glance mode=0644 overlay=allow preserve=true
+file files/glance-api.conf path=etc/glance/glance-api.conf owner=glance \
+    group=glance mode=0644 overlay=allow preserve=true
+file etc/glance-cache.conf path=etc/glance/glance-cache.conf owner=glance \
+    group=glance mode=0644 overlay=allow preserve=true
+file etc/glance-registry-paste.ini path=etc/glance/glance-registry-paste.ini \
+    owner=glance group=glance mode=0644 overlay=allow preserve=true
+file etc/glance-registry.conf path=etc/glance/glance-registry.conf \
+    owner=glance group=glance mode=0644 overlay=allow preserve=true
+file files/glance-scrubber.conf path=etc/glance/glance-scrubber.conf \
+    owner=glance group=glance mode=0644 overlay=allow preserve=true
+file etc/logging.cnf.sample path=etc/glance/logging.conf owner=glance \
+    group=glance mode=0644 overlay=allow preserve=true
+file etc/policy.json path=etc/glance/policy.json owner=glance group=glance \
+    mode=0644 overlay=allow preserve=true
+file etc/schema-image.json path=etc/glance/schema-image.json owner=glance \
+    group=glance
+file files/glance.auth_attr \
+    path=etc/security/auth_attr.d/cloud:openstack:glance group=sys
+file files/glance.exec_attr \
+    path=etc/security/exec_attr.d/cloud:openstack:glance group=sys
+file files/glance.prof_attr \
+    path=etc/security/prof_attr.d/cloud:openstack:glance group=sys
+file path=lib/svc/manifest/application/openstack/glance-api.xml
+file path=lib/svc/manifest/application/openstack/glance-db.xml
+file path=lib/svc/manifest/application/openstack/glance-registry.xml
+file files/glance-scrubber.xml \
+    path=lib/svc/manifest/application/openstack/glance-scrubber.xml
+file files/glance-api path=lib/svc/method/glance-api
+file files/glance-registry path=lib/svc/method/glance-registry
+file files/glance-scrubber path=lib/svc/method/glance-scrubber
+file path=usr/bin/glance-cache-manage
+file path=usr/bin/glance-cache-prefetcher
+file path=usr/bin/glance-manage
+file path=usr/bin/glance-replicator
+file usr/bin/glance-api path=usr/lib/glance/glance-api mode=0555
+file usr/bin/glance-cache-cleaner path=usr/lib/glance/glance-cache-cleaner \
+    mode=0555
+file usr/bin/glance-cache-pruner path=usr/lib/glance/glance-cache-pruner \
+    mode=0555
+file usr/bin/glance-registry path=usr/lib/glance/glance-registry mode=0555
+file usr/bin/glance-scrubber path=usr/lib/glance/glance-scrubber mode=0555
+file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/authorization.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/cached_images.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/common.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/cache_manage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/context.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/version_negotiation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/policy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/controller.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/filters.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/images.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/members.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/router.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/image_data.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/image_members.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/image_tags.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/images.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/router.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/schemas.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/versions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/auth.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/config.py \
+    pkg.depend.bypass-generate=.*/paste.*
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/crypt.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/exception.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/wsgi.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/context.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/migration.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/simple/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/simple/api.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/api.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/README
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/manage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/migrate.cfg
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/schema.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migration.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/domain/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/domain/proxy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/gateway.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/cleaner.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/drivers/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/drivers/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/drivers/sqlite.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/drivers/xattr.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/prefetcher.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/pruner.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/bs/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/cs/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/da/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/de/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/en_AU/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/en_GB/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/es/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/fr/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/glance.pot
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/it/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/ja/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/ko/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/pt_BR/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/ru/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/tl/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/tr/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/uk/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/zh_CN/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/zh_TW/LC_MESSAGES/glance.po
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/notify_kombu.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/notify_log.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/notify_noop.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/notify_qpid.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/strategy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/README
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/gettextutils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/importutils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/jsonutils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/local.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/log.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/api.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/log_notifier.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/no_op_notifier.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/rabbit_notifier.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/rpc_notifier.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/rpc_notifier2.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/test_notifier.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/policy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/setup.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/strutils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/timeutils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/uuidutils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/version.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/api/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/api/v1/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/api/v1/images.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/api/v1/members.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/schema.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/filesystem.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/http.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/location.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/rbd.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/s3.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/scrubber.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/swift.py
+file path=usr/lib/python$(PYVER)/vendor-packages/glance/version.py
+dir  path=var/lib/glance owner=glance group=glance mode=0700
+dir  path=var/log/glance owner=glance group=glance mode=0700
+group groupname=glance gid=82
+user username=glance ftpuser=false gcos-field="Openstack Glance" group=glance \
+    home-dir=/var/lib/glance uid=82
+license glance.license license="Apache v2.0"
+
+# force a group dependency on the optional anyjson; pkgdepend work is needed to
+# flush this out.
+depend type=group fmri=library/python-2/anyjson-26
+
+# force a dependency on boto; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/boto-26
+
+# force a dependency on httplib2; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/httplib2-26
+
+# force a dependency on iso8601; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/iso8601-26
+
+# force a dependency on jsonschema; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/jsonschema-26
+
+# force a dependency on kombu; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/kombu-26
+
+# force a dependency on paste; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/paste-26
+
+# force a dependency on paste.deploy; pkgdepend work is needed to flush this
+# out.
+depend type=require fmri=library/python-2/paste.deploy-26
+
+# force a dependency on routes; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/routes-26
+
+# force a dependency on setuptools; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/setuptools-26
+
+# force a dependency on sqlalchemy; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/sqlalchemy-26
+
+# force a dependency on webob; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/webob-26
+
+# force a dependency on swiftclient; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/swiftclient-26