summaryrefslogtreecommitdiffstats
path: root/tags/u/uses-pdm-cli.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/u/uses-pdm-cli.tag')
-rw-r--r--tags/u/uses-pdm-cli.tag8
1 files changed, 8 insertions, 0 deletions
diff --git a/tags/u/uses-pdm-cli.tag b/tags/u/uses-pdm-cli.tag
new file mode 100644
index 0000000..4b28f7d
--- /dev/null
+++ b/tags/u/uses-pdm-cli.tag
@@ -0,0 +1,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.