Opened 3 years ago

Closed 3 years ago

#63614 closed defect (fixed)

py-astroid @2.8.2_0 conflicts with py-wrapt @1.13.1_0

Reported by: saj (Saj Goonatilleke) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: py-astroid py-wrapt

Description

The following output was generated by pylint (py39-pylint @2.11.1_0), a downstream of these library ports.

Significant extract:

pkg_resources.ContextualVersionConflict: (wrapt 1.13.1 (/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages), Requirement.parse('wrapt<1.13,>=1.11'), {'astroid'})

pkg_resources.DistributionNotFound: The 'wrapt<1.13,>=1.11' distribution was not found and is required by astroid

Recent commits:

% git log --oneline '@{2 weeks ago}..' | grep -F py- | grep -E '(astroid|wrapt)'
a3867c1d66c py-astroid: update to 2.8.2
ec67e866e44 py-wrapt: update to 1.13.1

Full output attached.

Attachments (1)

output.txt (5.5 KB) - added by saj (Saj Goonatilleke) 3 years ago.

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by saj (Saj Goonatilleke)

Attachment: output.txt added

comment:1 Changed 3 years ago by mf2k (Frank Schima)

Cc: stromnov removed
Owner: set to stromnov
Status: newassigned

comment:2 Changed 3 years ago by stromnov (Andrey Stromnov)

Resolution: fixed
Status: assignedclosed

In 753a08bbbfa0fb1c84a36644563bf3c1592e4e31/macports-ports (master):

py-astroid: fix py-wrapt dependency

Closes: #63614

Note: See TracTickets for help on using tickets.