FS#64993 - [python-poetry] Missing required dependency on python-pexpect

Attached to Project: Community Packages
Opened by Severen Redwood (Shrike) - Tuesday, 31 December 2019, 07:57 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 31 December 2019, 12:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The package for Poetry is missing a dependency on python-pexpect, which is specified as a dependency in its pyproject.toml (https://github.com/python-poetry/poetry/blob/master/pyproject.toml). Presently, Poetry will throw 'pkg_resources.DistributionNotFound: The 'pexpect<5.0.0,>=4.7.0' distribution was not found and is required by poetry' until the user manually installs python-pexpect.


Additional info:
* python-poetry 1.0.0-1
* fully up-to-date system as of 2019-12-31 20:56 NZDT

Steps to reproduce:
* Install python-poetry
* Run it
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Tuesday, 31 December 2019, 12:26 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#64987 
Comment by Severen Redwood (Shrike) - Tuesday, 31 December 2019, 09:56 GMT
Never mind, it is actually fixed now. Apologies.

Loading...