diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-29 21:43:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-30 00:11:34 +0200 |
commit | 5f8e0933bbba1e258a23dbc7a5116325f929fab5 (patch) | |
tree | 47b9f4f9a465097fbc48b5e30748e62d89bb3269 /sys-fs/pysize/files/0.2-setuptools-automagic.patch | |
parent | media-libs/harfbuzz: remove unused patch(es) (diff) | |
download | gentoo-5f8e0933bbba1e258a23dbc7a5116325f929fab5.tar.gz gentoo-5f8e0933bbba1e258a23dbc7a5116325f929fab5.tar.bz2 gentoo-5f8e0933bbba1e258a23dbc7a5116325f929fab5.zip |
sys-fs/pysize: Remove last-rited package
Closes: https://bugs.gentoo.org/708068
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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 - |