Package: python-twitter / 1.1+git20131227-2

Metadata

Package Version Patches format
python-twitter 1.1+git20131227-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_fix_shebang.patch | (download)

twitter.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix shebang of python scripts
 This patch removes shebangs from non-executable scripts.
20_remove_simplejson.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove simplejson from dependencies
 setup.py specifies simplejson for dependencies, but it's merged to Python 2.6 and
 later versions. This patch remove that dependency.