python3Packages.pynacl: add cffi dependency also at runtime
This commit is contained in:
committed by
Jonathan Ringer
parent
2700a57e95
commit
770c364217
@@ -6,6 +6,7 @@
|
||||
, libsodium
|
||||
, cffi
|
||||
, hypothesis
|
||||
, stdenv
|
||||
, six
|
||||
}:
|
||||
|
||||
@@ -29,6 +30,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cffi
|
||||
six
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user