Opened 3 years ago

Closed 3 years ago

#63475 closed defect (fixed)

py-twisted depends on non-existent priority<2.0

Reported by: kurthindenburg (Kurt Hindenburg) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.7.99
Keywords: Cc: olv.bonnet@…
Port: py-twisted

Description

py-scrapy fails now due to this; py-priority was updated to 2.0.0 in July 2021

The 'priority<2.0,>=1.1.0' distribution was not found and is required by Twisted

Change History (3)

comment:1 Changed 3 years ago by kurthindenburg (Kurt Hindenburg)

Owner: set to MarcusCalhoun-Lopez
Status: newassigned

comment:2 Changed 3 years ago by kurthindenburg (Kurt Hindenburg)

If py-scrapy is the one that should handle this, let me know.

comment:3 Changed 3 years ago by Aaron Madlon-Kay <amake@…>

Resolution: fixed
Status: assignedclosed

In b46353e21619e4847f78b5e3174644ede29e1f74/macports-ports (master):

py-scrapy: remove optional dependencies to fix deps' incompatibility

Twisted requires priority<2.0 (if present) for its [http2] extra. Recent patches
to Scrapy remove the requirement for twisted[http2] so we simply remove the
relevant dependencies.

Fixes #63475

Note: See TracTickets for help on using tickets.