Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#79174 - [python-google-auth-httplib2] check() failed (missing python-pip check dependency)

Attached to Project: Arch Linux
Opened by Levi Zim (kxxt) - Sunday, 23 July 2023, 01:44 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 13:01 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

running pytest
/usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************

!!
ir_d = dist.fetch_build_eggs(dist.install_requires)
WARNING: The wheel package is not available.
/usr/bin/python: No module named pip
error: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpf8nbdlf4', '--quiet', 'urllib3<2.0']' returned non-zero exit status 1.



Additional info:
* package version(s) 0.1.0-4
* patch attached
This task depends upon

Closed by  Jelle van der Waa (jelly)
Saturday, 02 September 2023, 13:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.1.0-5
Comment by Mark Wagie (yochananmarqos) - Sunday, 23 July 2023, 02:33 GMT
I just built it fine using PEP 517 standards without Pip and the tests passed. See attached diff.

Loading...