transforms/standard-python-libraries
author Rich Burridge <rich.burridge@oracle.com>
Fri, 07 Aug 2015 14:59:43 -0700
changeset 4747 0e43ac303e45
parent 3998 5bd484384122
child 4912 0b79e9575718
permissions -rw-r--r--
21571218 Even more Userland components should have their system-test targets hooked up

#
# These are part of the standard Python libraries starting with later
# versions of Python so these dependencies should be elided.
#
<transform depend fmri=library/python/argparse-27 -> drop>
<transform depend fmri=library/python/argparse-34 -> drop>
<transform depend fmri=library/python/enum-34 -> drop>
<transform depend fmri=library/python/importlib-27 -> drop>
<transform depend fmri=library/python/importlib-34 -> drop>
<transform depend fmri=library/python/ordereddict-27 -> drop>
<transform depend fmri=library/python/ordereddict-34 -> drop>
<transform depend fmri=library/python/singledispatch-34 -> drop>
<transform depend fmri=library/python/unittest2-27 -> drop>
<transform depend fmri=library/python/unittest2-34 -> drop>