Changes between Initial Version and Version 1 of Ticket #64429


Ignore:
Timestamp:
Jan 14, 2022, 3:20:39 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

poetry changed its keyring dependency to >=21.2.0 in this commit. Although 1.1.12 was released in November 2021 and the above change was made in May 2021, it was not included in the 1.1.12 release because the change was made on the master branch while the 1.1.12 release was cut from the 1.1 branch. I asked them to backport this fix to the 1.1 branch. In the mean time, we could backport the fix in the Portfile.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64429

    • Property Owner set to dgilman
    • Property Status changed from new to assigned
    • Property Summary changed from Python poetry dependency issues with 'keyring' to poetry: dependency issues with 'keyring'
  • Ticket #64429 – Description

    initial v1  
    11When running poetry, I receive the following error:
    22
     3{{{
    34pkg_resources.DistributionNotFound: The 'keyring<22.0.0,>=21.2.0' distribution was not found and is required by poetry
     5}}}
    46
    57This seems to be caused by the file /opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/poetry-1.1.12-py3.9.egg-info/requires.txt which contains this restriction.