python312Packages.chacha20poly1305-reuseable: relax cryptogrpahy constraint

This commit is contained in:
Martin Weinelt
2024-08-09 14:46:53 +02:00
parent 004157a551
commit b57ff914d8
@@ -40,6 +40,8 @@ buildPythonPackage {
setuptools
];
pythonRelaxDeps = [ "cryptography" ];
propagatedBuildInputs = [ cryptography ];
pythonImportsCheck = [ "chacha20poly1305_reuseable" ];