summaryrefslogtreecommitdiffstats
path: root/tags/u/uses-pdm-cli.tag
blob: 4b28f7de0a7ea47a7e1ac396dc2ce1a8c19e7643 (plain)
1
2
3
4
5
6
7
8
Tag: uses-pdm-cli
Severity: info
Check: languages/python
Explanation: The source declares <code>python3-pdm</code> as a build prerequisite,
 but that is a command-line interface (CLI) tool.
 .
 Should <code>pdm</code> be required to build these sources, please declare the
 prerequisite <code>python3-pdm-pep517</code> instead.