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 -urNad python-authkit~/setup.py python-authkit/setup.py
--- python-authkit~/setup.py 2008-12-16 14:37:58.000000000 +0100
+++ python-authkit/setup.py 2008-12-31 18:33:08.000000000 +0100
@@ -39,7 +39,7 @@
install_requires = [
"Paste>=1.4", "nose>=0.9.2", "PasteDeploy>=1.1",
"PasteScript>=1.1", "python-openid>=2.1.1",
- "elementtree>=1.2,<=1.3", "Beaker>=0.7.3", "decorator>=2.1.0",
+ "Beaker>=0.7.3", "decorator>=2.1.0",
"WebOb>=0.9.3",
],
extras_require = {
|