diff options
Diffstat (limited to 'sys-fs/pysize/files/0.2-setuptools-automagic.patch')
-rw-r--r-- | sys-fs/pysize/files/0.2-setuptools-automagic.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-fs/pysize/files/0.2-setuptools-automagic.patch b/sys-fs/pysize/files/0.2-setuptools-automagic.patch deleted file mode 100644 index 3e27c889f1a5..000000000000 --- a/sys-fs/pysize/files/0.2-setuptools-automagic.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/setup.py b/setup.py -index 5550188..123d22c 100755 ---- a/setup.py -+++ b/setup.py -@@ -2,7 +2,6 @@ - - import sys - --sys.path.append('setuptools-0.7a1dev_r53614-py2.4.egg') - from setuptools import setup, find_packages - from pysize.version import VERSION - |