1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-18 10:03:03 +00:00

osc-cli: unpin defusedxml

This commit is contained in:
Robert Schütz 2024-10-08 12:04:46 -07:00
parent f0668c1c85
commit fa186ab175

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