← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/meta-lp-deps/mod-wsgi-py3 into lp:meta-lp-deps

 

Colin Watson has proposed merging lp:~cjwatson/meta-lp-deps/mod-wsgi-py3 into lp:meta-lp-deps.

Commit message:
Suggest libapache2-mod-wsgi-py3 rather than libapache2-mod-wsgi.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/meta-lp-deps/mod-wsgi-py3/+merge/429131

python3-convoy's packaging works well enough now that this should work out of the box.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/meta-lp-deps/mod-wsgi-py3 into lp:meta-lp-deps.
=== modified file 'debian/control'
--- debian/control	2022-08-26 15:29:16 +0000
+++ debian/control	2022-08-30 10:43:55 +0000
@@ -58,7 +58,7 @@
   fakeroot, rsync, memcached,
   xvfb, firefox, firefox-geckodriver, intltool,
   ${misc:Depends}
-Suggests: apache2, libapache2-mod-wsgi
+Suggests: apache2, libapache2-mod-wsgi-py3
 Description: Metapackage for development dependencies of Launchpad
  This metapackage depends on all of the packages required to do development
  for the Launchpad application.


Follow ups