Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[DEFAULT]
Depends = python-rdflib (>= 4.1.2), python-ply (>= 3.4)
Copyright-File = LICENSE

# beartype is not packaged in Debian 13; install via pip.
# semantic-version is not packaged in Debian 12 and 13; install via pip.
Depends3 =
# python3-beartype, # Available in Debian 13
python3-click,
python3-license-expression,
python3-ply,
python3-rdflib,
# python3-semantic-version, # Avaiable in Debian Sid
python3-uritools,
python3-xmltodict,
python3-yaml
X-Python3-Version = >= 3.10
Copyright-File = LICENSE
Loading