FS#74636 - [python-hatchling] Missing dependency on python-editables

Attached to Project: Community Packages
Opened by Felix Yan (felixonmars) - Wednesday, 04 May 2022, 06:54 GMT
Last edited by David Runge (dvzrv) - Friday, 10 June 2022, 10:01 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Santiago Torres (sangy)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
$ grep Requires /usr/lib/python3.10/site-packages/hatchling-0.21.1.dist-info/METADATA
Requires-Dist: editables>=0.2; python_version > '3'

Failing to provide this dependency will break packages using it to build (soupsieve, in this example):

* Getting dependencies for wheel...

ERROR Missing dependencies:
hatchling>=0.21.1
editables>=0.2
This task depends upon

Closed by  David Runge (dvzrv)
Friday, 10 June 2022, 10:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with https://github.com/archlinux/svntogit-co mmunity/commit/004df772a355be2024cf0faaa 00255ebce87f4fb
Comment by Mark Wagie (yochananmarqos) - Wednesday, 04 May 2022, 17:50 GMT
For now you can use my AUR package:

https://aur.archlinux.org/packages/python-editables

Loading...