Skip to content

Commit e4d5aa3

Browse files
committed
Update stdeb.cfg - Targets Bookworm
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent cef432a commit e4d5aa3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

stdeb.cfg

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
[DEFAULT]
2-
Depends = python-rdflib (>= 4.1.2), python-ply (>= 3.4)
3-
Copyright-File = LICENSE
4-
2+
# beartype is not packaged in Debian Trixie/Bookworm; install via pip.
3+
# semantic_version is not packaged in Debian Trixie; install via pip.
4+
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

Comments
 (0)