transforms/standard-python-libraries
branchs11-update
changeset 4072 db0cec748ec0
parent 3778 35735ffdda43
child 6035 c9748fcc32de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/transforms/standard-python-libraries	Tue Apr 07 13:31:20 2015 -0700
@@ -0,0 +1,14 @@
+#
+# 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>