We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d5aa3 commit 5f06bffCopy full SHA for 5f06bff
stdeb.cfg
@@ -1,13 +1,13 @@
1
[DEFAULT]
2
-# beartype is not packaged in Debian Trixie/Bookworm; install via pip.
3
-# semantic_version is not packaged in Debian Trixie; install via pip.
+# beartype is not packaged in Debian 13; install via pip.
+# semantic-version is not packaged in Debian 12 and 13; install via pip.
4
Depends3 =
5
- # python3-beartype, # Trixie
+ # python3-beartype, # Available in Debian 13
6
python3-click,
7
python3-license-expression,
8
python3-ply,
9
python3-rdflib,
10
- # python3-semantic-version, # Sid
+ # python3-semantic-version, # Avaiable in Debian Sid
11
python3-uritools,
12
python3-xmltodict,
13
python3-yaml
0 commit comments