Merge pull request #135447 from legendofmiracles/pynacl-cc

This commit is contained in:
Sandro 2021-08-23 22:19:59 +02:00 committed by GitHub
commit 233d204fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
, libsodium
, cffi
, hypothesis
, six
}:
buildPythonPackage rec {
@ -23,10 +24,14 @@ buildPythonPackage rec {
libsodium
];
propagatedBuildInputs = [
propagatedNativeBuildInputs = [
cffi
];
propagatedBuildInputs = [
six
];
checkInputs = [
hypothesis
pytestCheckHook