Commit fa186ab1 authored by Robert Schütz's avatar Robert Schütz
Browse files

osc-cli: unpin defusedxml

parent f0668c1c
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -16,11 +16,15 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-7WXy+1NHwFvYmyi5xGfWpq/mbVGJ3WkgP5WQd5pvcC0=";
  };

  nativeBuildInputs = [
  build-system = [
    python3.pkgs.setuptools
  ];

  propagatedBuildInputs = with python3.pkgs; [
  pythonRelaxDeps = [
    "defusedxml"
  ];

  dependencies = with python3.pkgs; [
    defusedxml
    fire
    requests