python312Packages.chacha20poly1305-reuseable: relax cryptogrpahy constraint

This commit is contained in:
Martin Weinelt 2024-08-07 12:18:54 +02:00
parent 004157a551
commit b57ff914d8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -40,6 +40,8 @@ buildPythonPackage {
setuptools
];
pythonRelaxDeps = [ "cryptography" ];
propagatedBuildInputs = [ cryptography ];
pythonImportsCheck = [ "chacha20poly1305_reuseable" ];