pythonPackages.dirsearch: fix build

This commit is contained in:
Zitrone
2025-04-07 22:45:24 +02:00
parent 42a1c966be
commit 6c01992040
@@ -102,7 +102,7 @@ buildPythonPackage rec {
];
pythonRemoveDeps = [
# not available, see above
"ntlm-auth"
"ntlm_auth"
];
pythonRelaxDeps = [
# version checker doesn't recognize 0.8.0.rc2 as >=0.7.0
@@ -110,7 +110,7 @@ buildPythonPackage rec {
# probably not but we don't have old charset-normalizer versions in nixpkgs
# and requests also depends on it so we can't just override it with an
# older version due to package duplication
"charset-normalizer"
"charset_normalizer"
];
meta = {