-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.
Description
Qubes OS release
Qubes OS 4.2, Qubes OS 4.3
Brief summary
The linux-utils/imgconverter
Makefile relies on $(PYTHON) setup.py
, but that is deprecated. The recommendation is to use third-party tools instead.
Steps to reproduce
- Run
make
inlinux-utils/imgconverter
. - Observe the deprecation warning in stderr.
Expected behavior
The deprecated setup.py
CLI is not used.
Actual behavior
The deprecated setup.py
CLI is used.
Additional information
https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
Metadata
Metadata
Assignees
Labels
P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.