paste-deploy: Remove unnecessary propagated build inputs.

This commit is contained in:
Nicolas B. Pierron 2014-12-12 21:53:07 +01:00
parent b4ab60cd5e
commit 1532709854

View file

@ -6510,7 +6510,6 @@ let
};
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ argparse configparser ];
meta = {
description = "Load, configure, and compose WSGI applications and servers";