diff --git a/debian/rules b/debian/rules index 3096822..186279c 100644 --- a/debian/rules +++ b/debian/rules @@ -9,4 +9,6 @@ build3vers := $(shell py3versions -sv) dh $@ --with python3 --buildsystem pybuild override_dh_autoreconf: - cargo fetch + echo '[net]' >> Cargo.toml + echo 'git-fetch-with-cli = true' >> Cargo.toml + cargo fetch --locked