1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## egginfo-elementtree.dpatch by Jan Dittberner <jan@dittberner.info>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Debian uses Python 2.5 which includes elementtree
@DPATCH@
diff -urNadw python-authkit-0.4.0~r143~/setup.py python-authkit-0.4.0~r143/setup.py
--- python-authkit-0.4.0~r143~/setup.py 2008-06-04 22:38:31.000000000 +0200
+++ python-authkit-0.4.0~r143/setup.py 2008-06-04 22:39:11.000000000 +0200
@@ -39,7 +39,7 @@
install_requires = [
"Paste>=1.4", "nose>=0.9.2", "PasteDeploy>=1.1",
"PasteScript>=1.1", "python-openid>=2.0.1",
- "elementtree>=1.2,<=1.3", "Beaker>=0.7.3", "decorator>=2.1.0",
+ "Beaker>=0.7.3", "decorator>=2.1.0",
],
extras_require = {
'pylons': ["Pylons>=0.9.5,<=1.0"],
|