FS#79065 - [python-pandas] python-setuptools is only a build dependency
Attached to Project:
Arch Linux
Opened by Phil Schaf (flying-sheep) - Tuesday, 11 July 2023, 16:41 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 13:15 GMT
Opened by Phil Schaf (flying-sheep) - Tuesday, 11 July 2023, 16:41 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 13:15 GMT
|
Details
You can see the runtime dependencies here:
https://github.com/pandas-dev/pandas/blob/2.0.x/pyproject.toml#L25-L32
|
This task depends upon
Closed by Jelle van der Waa (jelly)
Saturday, 02 September 2023, 13:15 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in git.
Saturday, 02 September 2023, 13:15 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in git.
This is the correct `depends` array:
depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-tzdata')