Skip to content

Commit 707cc14

Browse files
authored
Merge pull request #5527 from freedomofpress/no_typing_required_on_focal
Fixes #5522 no typing module required on Focal
2 parents f81e415 + c49e7fb commit 707cc14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

securedrop/requirements/python3/securedrop-app-code-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ scrypt
2222
setuptools>=46.0.0
2323
sh
2424
SQLAlchemy>=1.3.0
25-
typing
25+
typing;python_version<"3.8"
2626
Werkzeug>=0.15.3

securedrop/requirements/python3/securedrop-app-code-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ six==1.11.0 \
208208
# via argon2-cffi, cryptography, python-dateutil, qrcode
209209
sqlalchemy==1.3.3 \
210210
--hash=sha256:91c54ca8345008fceaec987e10924bf07dcab36c442925357e5a467b36a38319
211-
typing==3.6.4 \
211+
typing==3.6.4 ; python_version < "3.8" \
212212
--hash=sha256:3a887b021a77b292e151afb75323dea88a7bc1b3dfa92176cff8e44c8b68bddf \
213213
--hash=sha256:b2c689d54e1144bbcfd191b0832980a21c2dbcf7b5ff7a66248a60c90e951eb8 \
214214
--hash=sha256:d400a9344254803a2368533e4533a4200d21eb7b6b729c173bc38201a74db3f2

0 commit comments

Comments
 (0)