mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 1879915 - websocketprocessbridge: pin cffi to 1.14.5 for windows 7. r=jmaher, a=test-only
Pin cffi to 1.14.5 only for our Windows 7 environment, approximated as "Windows and python 3.7". Differential Revision: https://phabricator.services.mozilla.com/D201634
This commit is contained in:
parent
c2291a39d9
commit
d0623081f3
@ -1,6 +1,10 @@
|
||||
# This file is the websocketprocess requirements.txt used with python 3.
|
||||
|
||||
six
|
||||
|
||||
# bug 1879915: cffi 1.16.0 breaks on Windows 7
|
||||
cffi==1.14.5 ; python_version < "3.8" and platform_system == "Windows"
|
||||
|
||||
vcversioner==2.16.0.0
|
||||
twisted==21.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user