about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 02:57:47 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:25:16 +0100
commit8e08b46df973495298ef4148ec38f815f0d7d10b (patch)
tree13569a745049959dfb904b7e7c5d251c73f338a4 /pkgs/tools
parent224499b1213e15d407e2af74a7441b801525b9f5 (diff)
downloadnixlib-8e08b46df973495298ef4148ec38f815f0d7d10b.tar
nixlib-8e08b46df973495298ef4148ec38f815f0d7d10b.tar.gz
nixlib-8e08b46df973495298ef4148ec38f815f0d7d10b.tar.bz2
nixlib-8e08b46df973495298ef4148ec38f815f0d7d10b.tar.lz
nixlib-8e08b46df973495298ef4148ec38f815f0d7d10b.tar.xz
nixlib-8e08b46df973495298ef4148ec38f815f0d7d10b.tar.zst
nixlib-8e08b46df973495298ef4148ec38f815f0d7d10b.zip
gallia: relax httpx constraint
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/gallia/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/tools/security/gallia/default.nix b/pkgs/tools/security/gallia/default.nix
index f19bd817d1d4..8279227f3d28 100644
--- a/pkgs/tools/security/gallia/default.nix
+++ b/pkgs/tools/security/gallia/default.nix
@@ -18,6 +18,11 @@ python3.pkgs.buildPythonApplication rec {
 
   nativeBuildInputs = with python3.pkgs; [
     poetry-core
+    pythonRelaxDepsHook
+  ];
+
+  pythonRelaxDeps = [
+    "httpx"
   ];
 
   propagatedBuildInputs = with python3.pkgs; [