1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
#! /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~/AuthKit.egg-info/requires.txt python-authkit-0.4.0~r143/AuthKit.egg-info/requires.txt
--- python-authkit-0.4.0~r143~/AuthKit.egg-info/requires.txt 2008-06-04 22:38:31.000000000 +0200
+++ python-authkit-0.4.0~r143/AuthKit.egg-info/requires.txt 2008-06-04 22:39:29.000000000 +0200
@@ -3,7 +3,6 @@
PasteDeploy>=1.1
PasteScript>=1.1
python-openid>=2.0.1
-elementtree>=1.2,<=1.3
Beaker>=0.7.3
decorator>=2.1.0
|