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

Proposed by Colin Watson
Status: Merged
Merged at revision: 214
Proposed branch: lp:~cjwatson/meta-lp-deps/remove-py2
Merge into: lp:meta-lp-deps
Diff against target: 65 lines (+13/-13)
2 files modified
debian/changelog (+1/-0)
debian/control (+12/-13)
To merge this branch: bzr merge lp:~cjwatson/meta-lp-deps/remove-py2
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Review via email: mp+407607@code.launchpad.net

Commit message

Remove Python 2 dependencies.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

🎉🎉

Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2021-08-24 10:16:18 +0000
+++ debian/changelog 2021-08-24 11:04:58 +0000
@@ -2,6 +2,7 @@
22
3 * Remove dependency on python-pocket-lint, superseded by various3 * Remove dependency on python-pocket-lint, superseded by various
4 pre-commit linters.4 pre-commit linters.
5 * Remove Python 2 dependencies.
56
6 -- Colin Watson <cjwatson@ubuntu.com> Tue, 24 Aug 2021 11:15:40 +01007 -- Colin Watson <cjwatson@ubuntu.com> Tue, 24 Aug 2021 11:15:40 +0100
78
89
=== modified file 'debian/control'
--- debian/control 2021-08-24 10:16:18 +0000
+++ debian/control 2021-08-24 11:04:58 +0000
@@ -8,27 +8,26 @@
8Package: launchpad-dependencies8Package: launchpad-dependencies
9Architecture: all9Architecture: all
10Depends: bzr, git,10Depends: bzr, git,
11 python-dev, python3-dev,11 python3-dev,
12 gettext, libgettextpo-dev, build-essential,12 gettext, libgettextpo-dev, build-essential,
13 python-apt (>= 0.8.0ubuntu1), python3-apt,13 python3-apt,
14 python-geoip, libmaxminddb-dev,14 libmaxminddb-dev,
15 gnupg1 | gnupg (<< 2.1.11-7+exp1), libgpgme11-dev (>= 1.1.0), cvs, subversion,15 gnupg1 | gnupg (<< 2.1.11-7+exp1), libgpgme11-dev (>= 1.1.0), cvs, subversion,
16 python-sqlite, ubuntu-keyring,16 ubuntu-keyring,
17 python-pil, python3-pil,17 python3-pil,
18 bison, graphviz,18 bison, graphviz,
19 libxml2-utils, patchutils,19 libxml2-utils, patchutils,
20 openssh-client (>= 1:4.7p1-8ubuntu1.1), xsltproc,20 openssh-client (>= 1:4.7p1-8ubuntu1.1), xsltproc,
21 geoip-data | geoip-data-city-lite,21 geoip-data | geoip-data-city-lite,
22 python-subunit (>= 0.0.4),22 zlib1g-dev,
23 python-pysqlite2, zlib1g-dev,23 ca-certificates, libapr1-dev, libsvn-dev,
24 ca-certificates, python-pyrex, libapr1-dev, libsvn-dev,
25 openssh-client,24 openssh-client,
26 libpq-dev, unzip, lzma,25 libpq-dev, unzip, lzma,
27 python-convoy, python3-convoy,26 python3-convoy,
28 virtualenv | python-virtualenv (<< 1.11.6),27 virtualenv,
29 libsodium-dev, libffi-dev, libssl-dev,28 libsodium-dev, libffi-dev, libssl-dev,
30 libxml2-dev, libxslt1-dev,29 libxml2-dev, libxslt1-dev,
31 python-tdb, python3-tdb,30 python3-tdb,
32 ${misc:Depends}31 ${misc:Depends}
33Recommends: launchpad-database-dependencies (= ${source:Version})32Recommends: launchpad-database-dependencies (= ${source:Version})
34Suggests:33Suggests:
@@ -64,9 +63,9 @@
64 gir1.2-gtk-3.0,63 gir1.2-gtk-3.0,
65 gir1.2-webkit-3.0,64 gir1.2-webkit-3.0,
66 ${misc:Depends}65 ${misc:Depends}
67Recommends: pyflakes, subunit, python-boto, bzr-lpreview-body,66Recommends: pyflakes, subunit, bzr-lpreview-body,
68 postgresql-doc-9.367 postgresql-doc-9.3
69Suggests: apache2, python-pydoctor, libapache2-mod-wsgi68Suggests: apache2, libapache2-mod-wsgi
70Description: Metapackage for development dependencies of Launchpad69Description: Metapackage for development dependencies of Launchpad
71 This metapackage depends on all of the packages required to do development70 This metapackage depends on all of the packages required to do development
72 for the Launchpad application.71 for the Launchpad application.

Subscribers

People subscribed via source and target branches