Changeset 6d14a2d7 in trunk
- Timestamp:
- 2019-08-13T19:19:41Z (6 years ago)
- Branches:
- master
- Children:
- 15af2bb, 43e19e6, fbe12ba7
- Parents:
- 7244f35 (diff), aabfa66 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Jean-Paul Calderone <exarkun@…> (2019-08-13 19:19:41)
- git-committer:
- GitHub <noreply@…> (2019-08-13 19:19:41)
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/_auto_deps.py ¶
r7244f35 r6d14a2d7 43 43 "foolscap >= 0.12.6", 44 44 45 # cryptography>2.3 because of CVE-2018-1090346 'cryptography >= 2.3',47 48 "service-identity", # this is needed to suppress complaints about being unable to verify certs49 "characteristic >= 14.0.0", # latest service-identity depends on this version50 "pyasn1 >= 0.1.8", # latest pyasn1-modules depends on this version51 "pyasn1-modules >= 0.0.5", # service-identity depends on this52 53 45 # * On Linux we need at least Twisted 10.1.0 for inotify support 54 46 # used by the drop-upload frontend. … … 82 74 "Nevow >= 0.11.1", 83 75 84 # * pyOpenSSL is required in order for foolscap to provide secure connections.85 # Since foolscap doesn't reliably declare this dependency in a machine-readable86 # way, we need to declare a dependency on pyOpenSSL ourselves. Tahoe-LAFS does87 # not *directly* depend on pyOpenSSL.88 # * pyOpenSSL >= 0.13 is needed in order to avoid89 # <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2005>, and also to check the90 # version of OpenSSL that pyOpenSSL is using.91 # * pyOpenSSL >= 0.14 is needed in order to avoid92 # <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2474>.93 "pyOpenSSL >= 0.14",94 76 "PyYAML >= 3.11", 95 77
Note: See TracChangeset
for help on using the changeset viewer.