python3Packages.dnsight: relax cryptography bound (#523524)
This commit is contained in:
@@ -32,7 +32,10 @@ buildPythonPackage (finalAttrs: {
|
||||
hash = "sha256-TirYLziPa1xRm7D54Unl5oVjsnsv6Gl0LRVUXzd9o/E=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "typer" ];
|
||||
pythonRelaxDeps = [
|
||||
"cryptography"
|
||||
"typer"
|
||||
];
|
||||
|
||||
build-system = [
|
||||
hatch-vcs
|
||||
|
||||
Reference in New Issue
Block a user