Community Packages

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#70027 - [python-flask-htmlmin] python-pytest-runner is a makedepend, not a checkdepend

Attached to Project: Community Packages
Opened by Kevin Mihelich (kmihelich) - Wednesday, 17 March 2021, 01:52 GMT
Last edited by Eli Schwartz (eschwartz) - Wednesday, 17 March 2021, 02:38 GMT
Task Type Bug Report
Category Packages
Status Assigned
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Description: python-pytest-runner is a makedepend, not a checkdepend. The build fails without it when building without checks.


Additional info:
* package version: 2.1.0-1
* log:
==> Starting build()...
WARNING: The wheel package is not available.
/usr/bin/python: No module named pip
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
subprocess.check_call(cmd)
File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp8d9yxp72', '--quiet', 'pytest-runner']' returned non-zero exit status 1.

Steps to reproduce: Build in a clean chroot passing --nocheck to makepkg
This task depends upon

Comment by Eli Schwartz (eschwartz) - Wednesday, 17 March 2021, 02:38 GMT
This could be fixed by sed in prepare(), too. Actually I have no idea why they list it in setup_requires. :/
Comment by Buggy McBugFace (bugbot) - Tuesday, 08 August 2023, 19:11 GMT
This is an automated comment as this bug is open for more then 2 years. Please reply if you still experience this bug otherwise this issue will be closed after 1 month.

Loading...