components/python/python-mimeparse/patches/use_setuptools.patch
changeset 6794 97cbf1006308
parent 6793 22022354a440
child 6795 832c5da5f7f1
--- a/components/python/python-mimeparse/patches/use_setuptools.patch	Wed Sep 07 14:48:30 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-Switch away from the more limited distutils package to setuptools.
-This patch has not yet been submitted upstream.
-
---- python-mimeparse-0.1.4/setup.py.orig   2014-03-25 14:33:23.587458089 -0600
-+++ python-mimeparse-0.1.4/setup.py    2014-03-25 14:33:28.216518310 -0600
-@@ -1,6 +1,6 @@
- #!/usr/bin/env python
-
--from distutils.core import setup
-+from setuptools import setup
- import mimeparse
-
- setup(