Opened 5 years ago
Closed 5 years ago
#59297 closed defect (fixed)
py36-astor: AttributeError: 'SpecifierSet' object has no attribute 'split'
Reported by: | gjaeger (Gregor Jäger) | Owned by: | emcrisostomo (Enrico Maria Crisostomo) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.1 |
Keywords: | Cc: | ||
Port: | py-astor |
Description
py36-astor fails to build
Attachments (1)
Change History (4)
Changed 5 years ago by gjaeger (Gregor Jäger)
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | catalina added; Catalina removed |
---|---|
Summary: | py36-astor fails to build on macOS 10.15 Catalina → py36-astor: AttributeError: 'SpecifierSet' object has no attribute 'split' |
comment:2 Changed 5 years ago by cjones051073 (Chris Jones)
Keywords: | catalina removed |
---|
comment:3 Changed 5 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
the port was updated to version 0.8.0 and a patch was added to fix this issue in this commit: the port builds now correctly.
Note: See
TracTickets for help on using
tickets.
Issue is not specific to macOS10.15,
https://github.com/berkerpeksag/astor/issues/162
Looks like a change in setup tools, affecting a number of projects.