[Python-modules-commits] r29573 - in packages/django-simple-captcha/trunk/debian/patches (pillow)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Wed Jul 2 05:03:30 UTC 2014
Date: Wednesday, July 2, 2014 @ 05:03:23
Author: bam
Revision: 29573
Add missing patch file.
Added:
packages/django-simple-captcha/trunk/debian/patches/pillow
Added: packages/django-simple-captcha/trunk/debian/patches/pillow
===================================================================
--- packages/django-simple-captcha/trunk/debian/patches/pillow (rev 0)
+++ packages/django-simple-captcha/trunk/debian/patches/pillow 2014-07-02 05:03:23 UTC (rev 29573)
@@ -0,0 +1,19 @@
+Index: django-simple-captcha-0.4.2/setup.py
+===================================================================
+--- django-simple-captcha-0.4.2.orig/setup.py 2014-07-02 14:39:05.079674916 +1000
++++ django-simple-captcha-0.4.2/setup.py 2014-07-02 14:40:00.182399231 +1000
+@@ -4,12 +4,10 @@
+ install_requires = [
+ 'setuptools',
+ 'six >=1.1.0',
+- 'Django >= 1.4'
++ 'Django >= 1.4',
++ 'Pillow >= 2.2.2',
+ ]
+
+-if pillow_required():
+- install_requires.append('Pillow >=2.2.2')
+-
+ setup(
+ name='django-simple-captcha',
+ version=get_captcha_version(),
More information about the Python-modules-commits
mailing list