Opened 10 years ago
Closed 9 years ago
#46316 closed defect (fixed)
py-cryptography @0.7_0: tries to download pyasn1 during build
Reported by: | ivodoehler@… | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | petrrr | |
Port: | py-cryptography |
Description (last modified by larryv (Lawrence Velázquez))
I tried to install upnp-inspector, but it failed. Reason is py27-cryptography:
this is the log-file:
[log text moved to attachment]
Attachments (1)
Change History (4)
Changed 10 years ago by larryv (Lawrence Velázquez)
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Description: | modified (diff) |
---|---|
Keywords: | py27-cryptography py27 removed |
Owner: | changed from macports-tickets@… to stromnov@… |
Port: | py-cryptography added; py27-cryptography removed |
Summary: | Error: Processing of port py27-cryptography failed → py-cryptography @0.7_0: tries to download pyasn1 during build |
comment:3 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r130025.
Note: See
TracTickets for help on using
tickets.
In future tickets, please attach large text files instead of pasting their contents inline. I just did this for you.
Replying to ivodoehler@…:
The build is trying to download the pyasn1 library, which it shouldn’t be. (The fatal error is failed certificate verification, but it shouldn’t be trying to download anything anyway.) Maybe this port needs a dependency on
py-asn1
?