ovh-zone: remove broken d2to1

This commit is contained in:
lassulus 2023-09-03 12:37:42 +02:00
parent bbe4e56521
commit 654c596efd
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ python3Packages.buildPythonPackage rec {
name = "ovh-zone-${version}";
version = "0.4.4";
propagatedBuildInputs = with pkgs.python3Packages;[
d2to1 # for setup to work
ovh
docopt
];