Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.microsoft-kiota-http: refactor

+2 -2
+2 -2
pkgs/development/python-modules/microsoft-kiota-http/default.nix
··· 28 hash = "sha256-I16WARk6YBr8KgE9MtHcA5VdsnLXBKcZOaqRL/eqwKE="; 29 }; 30 31 - nativeBuildInputs = [ flit-core ]; 32 33 - propagatedBuildInputs = [ 34 httpx 35 microsoft-kiota-abstractions 36 opentelemetry-api
··· 28 hash = "sha256-I16WARk6YBr8KgE9MtHcA5VdsnLXBKcZOaqRL/eqwKE="; 29 }; 30 31 + build-system = [ flit-core ]; 32 33 + dependencies = [ 34 httpx 35 microsoft-kiota-abstractions 36 opentelemetry-api