diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-12 09:14:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-12 09:15:03 +0000 |
commit | dfa245af732d657f54e4946026357a3188524ea9 (patch) | |
tree | 7ea8bbd7c613e445a7565cdc235ed6d3f00f3a52 | |
parent | Merging upstream version 0.19.1. (diff) | |
download | gitlint-dfa245af732d657f54e4946026357a3188524ea9.tar.xz gitlint-dfa245af732d657f54e4946026357a3188524ea9.zip |
Adding build-depends to pybuild-plugin-pyproject for PEP517 support.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 375070b..190741b 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: dh-sequence-python3, git, help2man, + pybuild-plugin-pyproject, python3-all, python3-arrow, python3-click, |