diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-19 19:38:53 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-19 23:23:02 +0200 |
commit | 8f05e5c34e59b0b903733531cffb0d2d1f9344f2 (patch) | |
tree | d42f1612bb5c3e03bbf52f1064cf261bf9ce3c33 /dev-python | |
parent | dev-python/pygraphviz: remove unused patch (diff) | |
download | gentoo-8f05e5c34e59b0b903733531cffb0d2d1f9344f2.tar.gz gentoo-8f05e5c34e59b0b903733531cffb0d2d1f9344f2.tar.bz2 gentoo-8f05e5c34e59b0b903733531cffb0d2d1f9344f2.zip |
dev-python/python-dateutil: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2362
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-dateutil/files/python-dateutil-1.4.1-locale.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/python-dateutil/files/python-dateutil-1.4.1-locale.patch b/dev-python/python-dateutil/files/python-dateutil-1.4.1-locale.patch deleted file mode 100644 index 53d4bb868302..000000000000 --- a/dev-python/python-dateutil/files/python-dateutil-1.4.1-locale.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: python-dateutil/example.py -=================================================================== ---- python-dateutil.orig/example.py 2006-09-06 13:21:44.000000000 +0200 -+++ python-dateutil/example.py 2006-09-06 13:21:56.000000000 +0200 -@@ -5,7 +5,7 @@ - from datetime import * - import commands - import os --now = parse(commands.getoutput("date")) -+now = parse(commands.getoutput("LC_ALL=C date")) - today = now.date() - year = rrule(YEARLY,bymonth=8,bymonthday=13,byweekday=FR)[0].year - rdelta = relativedelta(easter(year), today) |