osc-cli: unpin defusedxml (#347327)

This commit is contained in:
Robert Schütz
2024-10-17 19:23:06 -07:00
committed by GitHub
+6 -2
View File
@@ -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