summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYOKOTA Hiroshi <yokota.hgml@gmail.com>2024-04-29 13:25:49 +0900
committerYOKOTA Hiroshi <yokota.hgml@gmail.com>2024-04-29 13:25:49 +0900
commit10bd542159434cdf1649dcbd7b787251ba54baac (patch)
tree2e1babaee4f0092ba7d4a5c712d02d95514b92e7
parente5eacafb4f31b30eebb3c3b5b35afd816f749046 (diff)
Upgrade Python build sequencer
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c5b2c49..fc2db96 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: https://github.com/animalize/pyzstd
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
libzstd-dev,
pybuild-plugin-pyproject,
python3-all,
diff --git a/debian/rules b/debian/rules
index 2ea3746..d34e7aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ export PYBUILD_NAME=pyzstd
export PYBUILD_BUILD_ARGS=--config-setting="--build-option=--dynamic-link-zstd"
%:
- dh $@ --with=python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild