diff -r 753fc1140d2a -r 0692a9a0923c components/python/django_openstack_auth/django_openstack_auth-PYVER.p5m --- a/components/python/django_openstack_auth/django_openstack_auth-PYVER.p5m Wed Sep 07 14:48:28 2016 -0700 +++ b/components/python/django_openstack_auth/django_openstack_auth-PYVER.p5m Wed Sep 07 14:48:28 2016 -0700 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri \ @@ -40,9 +40,9 @@ set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) set name=org.opensolaris.arc-caseid value=PSARC/2014/005 set name=org.opensolaris.consolidation value=$(CONSOLIDATION) -# file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt +# file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json @@ -52,13 +52,7 @@ file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/backend.py file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/exceptions.py file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/forms.py -file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/openstack/__init__.py -file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/openstack/common/__init__.py -file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/openstack/common/_i18n.py -file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/openstack/common/fileutils.py -file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/openstack/common/local.py -file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/openstack/common/log.py -file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/openstack/common/policy.py +file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/models.py file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/plugin/__init__.py file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/plugin/base.py file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/plugin/password.py @@ -86,6 +80,10 @@ depend type=require \ fmri=library/python/django_openstack_auth@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +# force a dependency on keystoneauth1; pkgdepend work is needed to flush this +# out. +depend type=require fmri=library/python/keystoneauth1-$(PYV) + # force a dependency on keystoneclient; pkgdepend work is needed to flush this # out. depend type=require fmri=library/python/keystoneclient-$(PYV) @@ -93,18 +91,14 @@ # force a dependency on oslo.config; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/oslo.config-$(PYV) -# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python/oslo.i18n-$(PYV) - -# force a dependency on oslo.serialization; pkgdepend work is needed to flush -# this out. -depend type=require fmri=library/python/oslo.serialization-$(PYV) - -# force a dependency on oslo.utils; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python/oslo.utils-$(PYV) +# force a dependency on oslo.policy; pkgdepend work is needed to flush this out. +depend type=require fmri=library/python/oslo.policy-$(PYV) # force a dependency on pbr; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/pbr-$(PYV) +# force a dependency on pytz; pkgdepend work is needed to flush this out. +depend type=require fmri=library/python/pytz-$(PYV) + # force a dependency on six; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/six-$(PYV)