diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-19 10:55:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-03 00:07:35 +0000 |
commit | 6085325b38f867905eff6b2b3bc316471209e6b6 (patch) | |
tree | d887ca92472baaf7f378b2c758003875ce441ca5 | |
parent | Merging upstream version 15.0.0. (diff) | |
download | sqlglot-6085325b38f867905eff6b2b3bc316471209e6b6.tar.xz sqlglot-6085325b38f867905eff6b2b3bc316471209e6b6.zip |
Adapting to use pybuild-plugin-pyproject for new upstream versions.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4f44829..1c56574 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,10 @@ Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Build-Depends: debhelper-compat (= 13), dh-sequence-python3, + pybuild-plugin-pyproject, python3-all, python3-setuptools, + python3-setuptools-scm, Rules-Requires-Root: no Standards-Version: 4.6.2 Homepage: https://github.com/tobymao/sqlglot |