← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~maxb/meta-lp-deps/no-pullparser into lp:meta-lp-deps

 

Max Bowsher has proposed merging lp:~maxb/meta-lp-deps/no-pullparser into lp:meta-lp-deps.

    Requested reviews:
    Launchpad code reviewers (launchpad-reviewers)


python-pullparser has been removed from Lucid, and I can find nothing using it in Launchpad.

The only thing that looks like it might be is mechanize (built from source to an egg), but on closer inspection, it is using an internal embedded copy of pullparser, as mechanize._pullparser, rather than the system copy.
-- 
https://code.launchpad.net/~maxb/meta-lp-deps/no-pullparser/+merge/16232
Your team Launchpad code reviewers is subscribed to branch lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog	2009-12-08 21:02:14 +0000
+++ debian/changelog	2009-12-16 10:06:13 +0000
@@ -1,3 +1,10 @@
+launchpad-dependencies (0.61) lucid; urgency=low
+
+  * launchpad-developer-dependencies: Remove python-pullparser, which has been
+    removed from Lucid and is not used.
+
+ -- Max Bowsher <maxb@xxxxxxx>  Wed, 16 Dec 2009 10:02:15 +0000
+
 launchpad-dependencies (0.60) karmic; urgency=low
 
   * Split the Soyuz-only dependencies into launchpad-soyuz-dependencies.

=== modified file 'debian/control'
--- debian/control	2009-12-08 21:02:14 +0000
+++ debian/control	2009-12-16 10:06:13 +0000
@@ -36,7 +36,7 @@
 Architecture: all
 Depends: launchpad-dependencies (= ${source:Version}), launchpad-database-dependencies (= ${source:Version}),
   launchpad-soyuz-dependencies (= ${source:Version}),
-  exuberant-ctags, bzr-pqm, python-pullparser, python-clientcookie,
+  exuberant-ctags, bzr-pqm, python-clientcookie,
   postgresql-doc-8.3, postgresql-autodoc, tidy,
   python-codespeak-lib, pylint, ssh, mhonarc,
   fakeroot, rsync, spidermonkey-bin, git-core, memcached,


Follow ups