Skip to content

Commit 6ff7ec3

Browse files
authored
osc-cli: unpin defusedxml (#347327)
2 parents eefb40a + fa186ab commit 6ff7ec3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pkgs/by-name/os/osc-cli/package.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ python3.pkgs.buildPythonApplication rec {
1616
hash = "sha256-7WXy+1NHwFvYmyi5xGfWpq/mbVGJ3WkgP5WQd5pvcC0=";
1717
};
1818

19-
nativeBuildInputs = [
19+
build-system = [
2020
python3.pkgs.setuptools
2121
];
2222

23-
propagatedBuildInputs = with python3.pkgs; [
23+
pythonRelaxDeps = [
24+
"defusedxml"
25+
];
26+
27+
dependencies = with python3.pkgs; [
2428
defusedxml
2529
fire
2630
requests

0 commit comments

Comments
 (0)