Merge ~cjwatson/txpkgupload:fix-Twisted-20.3.0+lp5 into txpkgupload:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: 7f2b6679b0eb3aa6ba77224c3bdf7b0927461618
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/txpkgupload:fix-Twisted-20.3.0+lp5
Merge into: txpkgupload:master
Diff against target: 12 lines (+1/-0)
1 file modified
setup.py (+1/-0)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+415445@code.launchpad.net

Commit message

Work around missing dependency in lazr.sshserver for now

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

Trivial fix on top of https://code.launchpad.net/~cjwatson/txpkgupload/+git/txpkgupload/+merge/415429, noticed while trying to upgrade dogfood.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/setup.py b/setup.py
2index 2a765ed..f64b98a 100755
3--- a/setup.py
4+++ b/setup.py
5@@ -52,6 +52,7 @@ setup(
6 license='AGPL v3',
7 install_requires=[
8 'FormEncode',
9+ 'importlib-metadata; python_version < "3.8"',
10 'lazr.sshserver>=0.1.7',
11 'oops-datedir-repo>=0.0.21',
12 'oops-twisted>=0.0.7',

Subscribers

People subscribed via source and target branches

to all changes: