diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-12-10 11:35:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-12-10 11:35:34 +0000 |
commit | ffb479497d8918c1e065bb7776ecc95cae1a1155 (patch) | |
tree | ee8ebeca06b74b840c5d36df894ca9c45a54b24e | |
parent | Merging upstream version 2.1.2~dev0+20231127. (diff) | |
download | deluge-ffb479497d8918c1e065bb7776ecc95cae1a1155.tar.xz deluge-ffb479497d8918c1e065bb7776ecc95cae1a1155.zip |
Building with the default python version only.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c8db76e..71f917c 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends-Indep: dh-python, intltool, pybuild-plugin-pyproject, - python3-all, + python3, python3-setuptools, python3-wheel, unzip, |