選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

22 行
924 B

  1. From: Erik Johnston <erikj@matrix.org>
  2. Date: Mon, 20 Jun 2016 13:20:37 +0100
  3. Subject: Don't require strict nacl==0.3.0 requirement
  4. ---
  5. synapse/python_dependencies.py | 2 +-
  6. 1 file changed, 1 insertion(+), 1 deletion(-)
  7. Index: package-synapse-debian/synapse/python_dependencies.py
  8. ===================================================================
  9. --- package-synapse-debian.orig/synapse/python_dependencies.py
  10. +++ package-synapse-debian/synapse/python_dependencies.py
  11. @@ -37,7 +37,7 @@ REQUIREMENTS = {
  12. "unpaddedbase64>=1.1.0": ["unpaddedbase64>=1.1.0"],
  13. "canonicaljson>=1.1.3": ["canonicaljson>=1.1.3"],
  14. "signedjson>=1.0.0": ["signedjson>=1.0.0"],
  15. - "pynacl>=1.2.1": ["nacl>=1.2.1", "nacl.bindings"],
  16. + "pynacl>=0.3.0": ["nacl>=0.3.0", "nacl.bindings"],
  17. "service_identity>=16.0.0": ["service_identity>=16.0.0"],
  18. "Twisted>=17.1.0": ["twisted>=17.1.0"],
  19. "treq>=15.1": ["treq>=15.1"],