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:
parent
f0668c1c85
commit
fa186ab175
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue