components/python/python-mimeparse/patches/use_setuptools.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     1 Switch away from the more limited distutils package to setuptools.
       
     2 This patch has not yet been submitted upstream.
       
     3 
       
     4 --- python-mimeparse-0.1.4/setup.py.orig   2014-03-25 14:33:23.587458089 -0600
       
     5 +++ python-mimeparse-0.1.4/setup.py    2014-03-25 14:33:28.216518310 -0600
       
     6 @@ -1,6 +1,6 @@
       
     7  #!/usr/bin/env python
       
     8 
       
     9 -from distutils.core import setup
       
    10 +from setuptools import setup
       
    11  import mimeparse
       
    12 
       
    13  setup(