Changeset 6d14a2d7 in trunk


Ignore:
Timestamp:
2019-08-13T19:19:41Z (6 years ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge pull request #642 from tahoe-lafs/2766.remove-unnecessary-dependencies

Remove declaration of some unnecessary dependencies.

Fixes: ticket:2766

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/_auto_deps.py

    r7244f35 r6d14a2d7  
    4343    "foolscap >= 0.12.6",
    4444
    45     # cryptography>2.3 because of CVE-2018-10903
    46     'cryptography >= 2.3',
    47 
    48     "service-identity",         # this is needed to suppress complaints about being unable to verify certs
    49     "characteristic >= 14.0.0", # latest service-identity depends on this version
    50     "pyasn1 >= 0.1.8",          # latest pyasn1-modules depends on this version
    51     "pyasn1-modules >= 0.0.5",  # service-identity depends on this
    52 
    5345    # * On Linux we need at least Twisted 10.1.0 for inotify support
    5446    #   used by the drop-upload frontend.
     
    8274    "Nevow >= 0.11.1",
    8375
    84     # * pyOpenSSL is required in order for foolscap to provide secure connections.
    85     #   Since foolscap doesn't reliably declare this dependency in a machine-readable
    86     #   way, we need to declare a dependency on pyOpenSSL ourselves. Tahoe-LAFS does
    87     #   not *directly* depend on pyOpenSSL.
    88     # * pyOpenSSL >= 0.13 is needed in order to avoid
    89     #   <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2005>, and also to check the
    90     #   version of OpenSSL that pyOpenSSL is using.
    91     # * pyOpenSSL >= 0.14 is needed in order to avoid
    92     #   <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2474>.
    93     "pyOpenSSL >= 0.14",
    9476    "PyYAML >= 3.11",
    9577
Note: See TracChangeset for help on using the changeset viewer.