Skip to content
Snippets Groups Projects
Commit 911f33f4 authored by Stefano Rivera's avatar Stefano Rivera
Browse files

Wrap-and-sort

parent 708502ba
No related branches found
No related tags found
No related merge requests found
......@@ -4,20 +4,20 @@ Uploaders: Gordon Ball <gordon@chronitis.net>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
Build-Depends: cython3 <!nocheck>,
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-setuptools-scm,
python3-pytest <!nocheck>,
python3-pygments <!nocheck>,
python3-executing (>= 1.2.0) <!nocheck>,
python3-all-dev <!nocheck>,
python3-asttokens <!nocheck>,
python3-executing (>= 1.2.0) <!nocheck>,
python3-littleutils <!nocheck>,
python3-pure-eval <!nocheck>,
cython3 <!nocheck>,
python3-all-dev <!nocheck>,
python3-pygments <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-typeguard <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-stack-data
......@@ -27,8 +27,7 @@ Rules-Requires-Root: no
Package: python3-stack-data
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Depends: ${misc:Depends}, ${python3:Depends}
Description: Better tracebacks for Python
This is a library which extracts data from stack frames and tracebacks,
particularly to display more useful tracebacks than Python's default.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment