diff options
Diffstat (limited to 'debian/patches/0002-Replace-strict-dependency-on-dateutil-for-the-current-one-in-debian.patch')
| -rw-r--r-- | debian/patches/0002-Replace-strict-dependency-on-dateutil-for-the-current-one-in-debian.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/0002-Replace-strict-dependency-on-dateutil-for-the-current-one-in-debian.patch b/debian/patches/0002-Replace-strict-dependency-on-dateutil-for-the-current-one-in-debian.patch new file mode 100644 index 0000000..4403be4 --- /dev/null +++ b/debian/patches/0002-Replace-strict-dependency-on-dateutil-for-the-current-one-in-debian.patch @@ -0,0 +1,11 @@ +--- a/requirements.txt ++++ b/requirements.txt +@@ -1,7 +1,7 @@ + doit==0.28.0 + Pygments>=1.6 + Pillow>=2.4.0 +-python-dateutil==2.4.2 ++python-dateutil=>2.2 + docutils>=0.12 + mako>=1.0.0 + unidecode>=0.04.16 |
