Skip to content
Snippets Groups Projects
Commit 7130a3fb authored by Alexandre Detiste's avatar Alexandre Detiste
Browse files

add build-dep on python3-setuptools

parent 1ffc6649
No related branches found
No related tags found
No related merge requests found
Pipeline #831228 passed
python-ttystatus (0.38-5) unstable; urgency=medium
* QA Upload
* Add build-dep on python3-setuptools (Closes: #1100290)
-- Alexandre Detiste <tchet@debian.org> Wed, 12 Mar 2025 22:55:23 +0100
python-ttystatus (0.38-4) unstable; urgency=medium python-ttystatus (0.38-4) unstable; urgency=medium
* QA upload. * QA upload.
......
...@@ -4,17 +4,25 @@ Homepage: http://liw.fi/ttystatus/ ...@@ -4,17 +4,25 @@ Homepage: http://liw.fi/ttystatus/
Section: python Section: python
Priority: optional Priority: optional
Standards-Version: 4.1.1 Standards-Version: 4.1.1
Build-Depends: debhelper-compat (= 12), Build-Depends:
dh-python, debhelper-compat (= 13),
python3-all, dh-sequence-python3,
python3-coverage-test-runner, pycodestyle,
pycodestyle, pylint,
pylint python3-all,
python3-coverage-test-runner,
python3-setuptools,
Testsuite: autopkgtest-pkg-python Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ttystatus
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ttystatus.git
X-Style: black
Package: python3-ttystatus Package: python3-ttystatus
Architecture: all Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3 Depends:
python3,
${misc:Depends},
${python3:Depends},
Description: terminal progress bar and status output for Python Description: terminal progress bar and status output for Python
ttystatus is a Python library for showing progress reporting and status ttystatus is a Python library for showing progress reporting and status
updates on terminals, for (Unix) command line programs. Output is updates on terminals, for (Unix) command line programs. Output is
......
...@@ -2,6 +2,5 @@ ...@@ -2,6 +2,5 @@
export PYBUILD_NAME=ttystatus export PYBUILD_NAME=ttystatus
%: %:
dh $@ --with=python3 --buildsystem=pybuild dh $@ --buildsystem=pybuild
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