We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef432a commit e4d5aa3Copy full SHA for e4d5aa3
stdeb.cfg
@@ -1,4 +1,15 @@
1
[DEFAULT]
2
-Depends = python-rdflib (>= 4.1.2), python-ply (>= 3.4)
3
-Copyright-File = LICENSE
4
-
+# beartype is not packaged in Debian Trixie/Bookworm; install via pip.
+# semantic_version is not packaged in Debian Trixie; install via pip.
+Depends3 =
5
+ # python3-beartype, # Trixie
6
+ python3-click,
7
+ python3-license-expression,
8
+ python3-ply,
9
+ python3-rdflib,
10
+ # python3-semantic-version, # Sid
11
+ python3-uritools,
12
+ python3-xmltodict,
13
+ python3-yaml
14
+X-Python3-Version = >= 3.10
15
+Copyright-File = LICENSE
0 commit comments