# HG changeset patch # User Drew Fisher # Date 1391640071 28800 # Node ID 31ad79640e2fa18b5a48036757460e41254fa058 # Parent dce38b815f7d43e970725ba83ee64e2aee440a95 17780769 The Websockify module is needed by the openstack project (fix deps) 18029506 Request to integrate django into Userland (fix deps) 18029536 Request to integrate django-openstack_auth into Userland (fix deps) diff -r dce38b815f7d -r 31ad79640e2f components/python/django/django-PYVER.p5m --- a/components/python/django/django-PYVER.p5m Wed Feb 05 13:50:15 2014 -0800 +++ b/components/python/django/django-PYVER.p5m Wed Feb 05 14:41:11 2014 -0800 @@ -3508,9 +3508,6 @@ depend type=require \ fmri=library/python/django@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) -# force a dependency on docutils; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python/docutils-$(PYV) - # force a dependency on ipython; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/ipython-$(PYV) diff -r dce38b815f7d -r 31ad79640e2f components/python/django_openstack_auth/django_openstack_auth-PYVER.p5m --- a/components/python/django_openstack_auth/django_openstack_auth-PYVER.p5m Wed Feb 05 13:50:15 2014 -0800 +++ b/components/python/django_openstack_auth/django_openstack_auth-PYVER.p5m Wed Feb 05 14:41:11 2014 -0800 @@ -101,7 +101,3 @@ # force a dependency on the django_openstack_auth package depend type=require \ fmri=library/python/django_openstack_auth@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) - -# force a dependency on keystoneclient; pkgdepend work is needed to -# flush this out. -depend type=require fmri=library/python/keystoneclient-$(PYV) diff -r dce38b815f7d -r 31ad79640e2f components/python/websockify/websockify-PYVER.p5m --- a/components/python/websockify/websockify-PYVER.p5m Wed Feb 05 13:50:15 2014 -0800 +++ b/components/python/websockify/websockify-PYVER.p5m Wed Feb 05 14:41:11 2014 -0800 @@ -23,7 +23,8 @@ # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # - drop> +# python-extra is part of python 2.6 only + drop> set name=pkg.fmri \ value=pkg:/library/python/websockify-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) set name=pkg.summary value="WebSocket to TCP proxy/bridge" @@ -61,7 +62,7 @@ # force a dependency on python-extra; pkgdepend work is needed to flush this # out. -depend type=require fmri=library/python/python-extra-$(PYV) +depend type=require fmri=library/python-2/python-extra-$(PYV) # force a dependency on the websockify package depend type=require \