tags 562465 + patch thanks * [email protected] <[email protected]>, 2009-12-24, 18:20:
Your package build-depends or depends on packages built on top of elementtree source package, which is scheduled to be removed soon due to python2.4 removal.
The attached patch fixes this bug. -- Jakub Wilk
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,11 @@
Build-Depends: debhelper (>= 5.0.0), cdbs, python
Build-Depends-Indep: python-support (>= 0.5.3)
Standards-Version: 3.7.3
+XS-Python-Version: >= 2.5
Package: postr
Architecture: all
-Depends: ${python:Depends}, python-gtk2, python-glade2, python-gnome2, python-twisted-web, python-elementtree, epiphany-browser | www-browser
+Depends: ${python:Depends}, python-gtk2, python-glade2, python-gnome2, python-twisted-web, epiphany-browser | www-browser
XB-Python-Version: ${python:Versions}
Description: upload photos to Flickr
Postr is a tool to upload photographs to Flickr, with tight integration into
signature.asc
Description: Digital signature

