Files
Arch-R/packages/python/web/feedparser/patches/feedparser-4.1-setuptools.patch
Stephan Raue ce9fc7593f feedparser: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-15 15:25:55 +01:00

10 lines
400 B
Diff

diff -Naur feedparser-4.1/setup.py feedparser-4.1.patch/setup.py
--- feedparser-4.1/setup.py 2006-01-10 19:13:27.000000000 +0100
+++ feedparser-4.1.patch/setup.py 2010-10-19 01:30:43.326660941 +0200
@@ -1,4 +1,4 @@
-from distutils.core import setup
+from setuptools import setup
# patch distutils if it can't cope with the "classifiers" or "download_url"
# keywords (prior to python 2.3.0).