launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29099
[Merge] lp:~cjwatson/meta-lp-deps/remove-plpython into lp:meta-lp-deps
Colin Watson has proposed merging lp:~cjwatson/meta-lp-deps/remove-plpython into lp:meta-lp-deps.
Commit message:
Remove dependency on postgresql-plpython-10.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/meta-lp-deps/remove-plpython/+merge/429142
We no longer use PL/Python 2 (as opposed to PL/Python 3).
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/meta-lp-deps/remove-plpython into lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog 2022-08-26 15:29:16 +0000
+++ debian/changelog 2022-08-30 12:45:12 +0000
@@ -13,6 +13,8 @@
* Remove Recommends on subunit; zope.testrunner uses this from Launchpad's
virtualenv, while buildbot workers use subunit-2to1 either from the
system package on the worker host (currently) or the virtualenv (soon).
+ * Remove dependency on postgresql-plpython-10, since we no longer use
+ PL/Python 2.
[ Andrey Fedoseev ]
* Add firefox-geckodriver to launchpad-developer-dependencies;
=== modified file 'debian/control'
--- debian/control 2022-08-30 10:42:24 +0000
+++ debian/control 2022-08-30 12:45:12 +0000
@@ -75,7 +75,6 @@
Package: launchpad-database-dependencies-10
Architecture: all
Depends: postgresql-10,
- postgresql-plpython-10,
postgresql-plpython3-10,
postgresql-client-10,
postgresql-10-slony1-2,
Follow ups