diff options
Diffstat (limited to 'debian/patches/03_fixes-egginfo.patch')
-rw-r--r-- | debian/patches/03_fixes-egginfo.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/03_fixes-egginfo.patch b/debian/patches/03_fixes-egginfo.patch new file mode 100644 index 0000000..4a49a4e --- /dev/null +++ b/debian/patches/03_fixes-egginfo.patch @@ -0,0 +1,15 @@ +Description: Removes difference with egginfo after build +Author: Thomas Goirand <zigo@debian.org> +Forwarded: no +Last-Update: 2013-05-11 + +--- requests-1.2.0.orig/requests.egg-info/SOURCES.txt ++++ requests-1.2.0/requests.egg-info/SOURCES.txt +@@ -4,6 +4,7 @@ MANIFEST.in + NOTICE + README.rst + requirements.txt ++setup.cfg + setup.py + test_requests.py + requests/__init__.py |