Skip to content

Commit 5f06bff

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdeb.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[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.
2+
# beartype is not packaged in Debian 13; install via pip.
3+
# semantic-version is not packaged in Debian 12 and 13; install via pip.
44
Depends3 =
5-
# python3-beartype, # Trixie
5+
# python3-beartype, # Available in Debian 13
66
python3-click,
77
python3-license-expression,
88
python3-ply,
99
python3-rdflib,
10-
# python3-semantic-version, # Sid
10+
# python3-semantic-version, # Avaiable in Debian Sid
1111
python3-uritools,
1212
python3-xmltodict,
1313
python3-yaml

0 commit comments

Comments
 (0)