python3Packages.pynacl: add cffi dependency also at runtime

This commit is contained in:
legendofmiracles
2021-10-29 14:42:15 -07:00
committed by Jonathan Ringer
parent 2700a57e95
commit 770c364217
2 changed files with 4 additions and 0 deletions
@@ -6,6 +6,7 @@
, libsodium
, cffi
, hypothesis
, stdenv
, six
}:
@@ -29,6 +30,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
cffi
six
];