#2475 closed defect (fixed)

depend on cryptography >= 1.0 and cffi >= 1.0

Reported by: daira Owned by: daira
Priority: normal Milestone: 1.11.0
Component: packaging Version: 1.10.1
Keywords: pyOpenSSL cryptography cffi build packaging Cc:
Launchpad Bug:

Description

According to dstufft, this combination will fix various cffi build problems, in particular the attempts to compile C files at paths for which that can't possibly work.

However, cryptography 1.0 has not been released yet; the release is blocked on https://github.com/pyca/cryptography/issues/2061.

Change History (1)

comment:1 Changed at 2016-03-26T23:19:15Z by warner

  • Milestone changed from undecided to 1.11.0
  • Resolution set to fixed
  • Status changed from new to closed

Tahoe doesn't depend on cryptography directly, but the path by which we *do* need it (foolscap -> twisted[tls] -> pyopenssl -> cryptography) requires cryptography >= 1.3, and the current cryptography-1.3.1 requires cffi >= 1.4.1. So all of these constraints are now in place.

Closing this out.

Note: See TracTickets for help on using tickets.