python3Packages.pynacl: add cffi dependency also at runtime
This commit is contained in:
committed by
Jonathan Ringer
parent
2700a57e95
commit
770c364217
@@ -15,6 +15,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ six ] ++ lib.optional (!isPyPy) cffi;
|
||||
|
||||
propagatedNativeBuildInputs = lib.optional (!isPyPy) cffi;
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
description = "Modern password hashing for your software and your servers";
|
||||
|
||||
Reference in New Issue
Block a user