mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-python/python-dateutil: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2362 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
5c779d9d64
commit
8f05e5c34e
@@ -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)
|
||||
Reference in New Issue
Block a user