components/python/pylxml/pylxml-27.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 19 Mar 2013 14:32:45 -0700
changeset 1225 2e558aea9a28
parent 1205 6c6c27bcf9ac
child 1251 f1fb66b52f41
permissions -rw-r--r--
16472248 More minor changes to license file text and .p5m action for Userland S12
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 752
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
set name=pkg.fmri \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    25
    value=pkg:/library/python-2/lxml-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    26
set name=pkg.summary \
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    27
    value="Pythonic 2.7 binding for the libxml2 and libxslt libraries"
1225
2e558aea9a28 16472248 More minor changes to license file text and .p5m action for Userland S12
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    28
set name=com.oracle.info.description value="Python 2.7 bindings for the libxml2 and libxslt libraries"
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
set name=info.classification \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
    value=org.opensolaris.category.2008:Development/Python
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    31
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    32
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    33
set name=org.opensolaris.arc-caseid \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
    value=PSARC/2009/579
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    35
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    36
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    37
license pylxml.copyright license="BSD, PSF, GPL"
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    38
dir path=lib/python2.7/vendor-packages/lxml/isoschematron/resources
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    39
dir path=lib/python2.7/vendor-packages/lxml/isoschematron/resources/rng
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    40
dir path=lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    41
dir \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    42
    path=lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    43
dir path=usr/lib/python2.7
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    44
dir path=usr/lib/python2.7/vendor-packages
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    45
dir path=usr/lib/python2.7/vendor-packages/lxml
751
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    46
dir path=usr/lib/python2.7/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.7.egg-info
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    47
dir path=usr/lib/python2.7/vendor-packages/lxml/64
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    48
dir path=usr/lib/python2.7/vendor-packages/lxml/html
751
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    49
file path=usr/lib/python2.7/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    50
file path=usr/lib/python2.7/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.7.egg-info/not-zip-safe
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    51
file path=usr/lib/python2.7/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    52
file path=usr/lib/python2.7/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    53
file path=usr/lib/python2.7/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    54
file path=usr/lib/python2.7/vendor-packages/lxml/__init__.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    55
file path=usr/lib/python2.7/vendor-packages/lxml/_elementpath.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    56
file path=usr/lib/python2.7/vendor-packages/lxml/64/etree.so
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    57
file path=usr/lib/python2.7/vendor-packages/lxml/64/objectify.so
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    58
file path=usr/lib/python2.7/vendor-packages/lxml/builder.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    59
file path=usr/lib/python2.7/vendor-packages/lxml/cssselect.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    60
file path=usr/lib/python2.7/vendor-packages/lxml/doctestcompare.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    61
file path=usr/lib/python2.7/vendor-packages/lxml/ElementInclude.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    62
file path=usr/lib/python2.7/vendor-packages/lxml/etree.so
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    63
file path=usr/lib/python2.7/vendor-packages/lxml/etree_defs.h
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    64
file path=usr/lib/python2.7/vendor-packages/lxml/etreepublic.pxd
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    65
file path=usr/lib/python2.7/vendor-packages/lxml/html/__init__.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    66
file path=usr/lib/python2.7/vendor-packages/lxml/html/_dictmixin.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    67
file path=usr/lib/python2.7/vendor-packages/lxml/html/_diffcommand.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    68
file path=usr/lib/python2.7/vendor-packages/lxml/html/_setmixin.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    69
file path=usr/lib/python2.7/vendor-packages/lxml/html/builder.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    70
file path=usr/lib/python2.7/vendor-packages/lxml/html/clean.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    71
file path=usr/lib/python2.7/vendor-packages/lxml/html/defs.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    72
file path=usr/lib/python2.7/vendor-packages/lxml/html/diff.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    73
file path=usr/lib/python2.7/vendor-packages/lxml/html/ElementSoup.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    74
file path=usr/lib/python2.7/vendor-packages/lxml/html/formfill.py
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    75
file path=usr/lib/python2.7/vendor-packages/lxml/html/html5parser.py
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    76
file path=usr/lib/python2.7/vendor-packages/lxml/html/soupparser.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    77
file path=usr/lib/python2.7/vendor-packages/lxml/html/usedoctest.py
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    78
file path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/__init__.py
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    79
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    80
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/rng/iso-schematron.rng
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    81
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    82
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    83
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    84
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    85
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    86
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    87
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    88
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    89
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    90
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    91
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    92
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    93
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    94
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    95
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
    96
    path=usr/lib/python2.7/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    97
file path=usr/lib/python2.7/vendor-packages/lxml/objectify.so
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    98
file path=usr/lib/python2.7/vendor-packages/lxml/pyclasslookup.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    99
file path=usr/lib/python2.7/vendor-packages/lxml/sax.py
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 751
diff changeset
   100
file path=usr/lib/python2.7/vendor-packages/lxml/tree.pxd
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   101
file path=usr/lib/python2.7/vendor-packages/lxml/usedoctest.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   102
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   103
# force a dependency on the lxml package
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   104
depend fmri=library/python-2/lxml@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   105
    type=require