Merge lp:~cjwatson/meta-lp-deps/remove-plpython into lp:meta-lp-deps

Proposed by Colin Watson
Status: Merged
Merged at revision: 230
Proposed branch: lp:~cjwatson/meta-lp-deps/remove-plpython
Merge into: lp:meta-lp-deps
Diff against target: 24 lines (+2/-1)
2 files modified
debian/changelog (+2/-0)
debian/control (+0/-1)
To merge this branch: bzr merge lp:~cjwatson/meta-lp-deps/remove-plpython
Reviewer Review Type Date Requested Status
Guruprasad Approve
Review via email: mp+429142@code.launchpad.net

Commit message

Remove dependency on postgresql-plpython-10.

Description of the change

We no longer use PL/Python 2 (as opposed to PL/Python 3).

To post a comment you must log in.
Revision history for this message
Guruprasad (lgp171188) wrote :

LGTM 👍

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2022-08-26 15:29:16 +0000
3+++ debian/changelog 2022-08-30 12:45:12 +0000
4@@ -13,6 +13,8 @@
5 * Remove Recommends on subunit; zope.testrunner uses this from Launchpad's
6 virtualenv, while buildbot workers use subunit-2to1 either from the
7 system package on the worker host (currently) or the virtualenv (soon).
8+ * Remove dependency on postgresql-plpython-10, since we no longer use
9+ PL/Python 2.
10
11 [ Andrey Fedoseev ]
12 * Add firefox-geckodriver to launchpad-developer-dependencies;
13
14=== modified file 'debian/control'
15--- debian/control 2022-08-30 10:42:24 +0000
16+++ debian/control 2022-08-30 12:45:12 +0000
17@@ -75,7 +75,6 @@
18 Package: launchpad-database-dependencies-10
19 Architecture: all
20 Depends: postgresql-10,
21- postgresql-plpython-10,
22 postgresql-plpython3-10,
23 postgresql-client-10,
24 postgresql-10-slony1-2,

Subscribers

People subscribed via source and target branches