components/python/django_compressor/django_compressor-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1762 318f8ff09ac3
child 1948 2d1537e7942d
--- a/components/python/django_compressor/django_compressor-PYVER.p5m	Fri May 09 15:56:52 2014 -0700
+++ b/components/python/django_compressor/django_compressor-PYVER.p5m	Fri May 09 20:59:20 2014 -0700
@@ -18,6 +18,8 @@
 #
 # CDDL HEADER END
 #
+
+#
 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
@@ -93,6 +95,10 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
 license django_compressor.license license="BSD, MIT, Apache 2.0"
 
+# force a group dependency on the optional lxml; pkgdepend work is needed to
+# flush this out
+depend type=group fmri=library/python/lxml-$(PYV)
+
 # force the rename with an optional dependency on the old name
 depend type=optional \
     fmri=library/python-2/django_compressor-$(PYV)@1.3,5.12-5.12.0.0.0.44.0
@@ -101,10 +107,6 @@
 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
     pkg.debug.depend.path=usr/bin
 
-# force a dependency on beautifulsoup4; pkgdepend work is needed to
-# flush this out
-depend type=require fmri=library/python/beautifulsoup4-$(PYV)
-
 # force a dependency on django; pkgdepend work is needed to flush this out
 depend type=require fmri=library/python/django-$(PYV)
 
@@ -115,6 +117,3 @@
 # force a dependency on the django_compressor package
 depend type=require \
     fmri=library/python/django_compressor@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-
-# force a dependency on lxml; pkgdepend work is needed to flush this out
-depend type=require fmri=library/python/lxml-$(PYV)