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