python312Packages.securetar: refactor

This commit is contained in:
Fabian Affolter 2024-11-26 21:24:52 +01:00 committed by GitHub
parent 1ffc6e0c7a
commit a7f17f6ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,9 +22,9 @@ buildPythonPackage rec {
hash = "sha256-h0GubDuwINDNfDxBVJv74yu/OnzMasq5f0lPoIrNNCA=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [ cryptography ];
dependencies = [ cryptography ];
nativeCheckInputs = [ pytestCheckHook ];