diff options
| -rw-r--r-- | debian/patches/0002-Replace-strict-dependency-on-dateutil-for-the-current-one-in-debian.patch | 11 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
2 files changed, 12 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 diff --git a/debian/patches/series b/debian/patches/series index 631eae5..dd51b34 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0001-Fix-quoting-when-generate-zsh-completion.patch +0002-Replace-strict-dependency-on-dateutil-for-the-current-one-in-debian.patch |
