mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python312Packages.chacha20poly1305-reuseable: relax cryptogrpahy constraint
This commit is contained in:
parent
004157a551
commit
b57ff914d8
@ -40,6 +40,8 @@ buildPythonPackage {
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "cryptography" ];
|
||||
|
||||
propagatedBuildInputs = [ cryptography ];
|
||||
|
||||
pythonImportsCheck = [ "chacha20poly1305_reuseable" ];
|
||||
|
Loading…
Reference in New Issue
Block a user