Files
Arch-R/packages/python/web/feedparser/patches/feedparser-setuptools.diff
2010-10-19 20:30:31 +02: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).