From 7fe2539e1918adcb9e28f7ba36386902d29629fd Mon Sep 17 00:00:00 2001 From: Chris Ostrouchov Date: Thu, 29 Nov 2018 07:21:00 -0500 Subject: pythonPackages.PyLTI: refactor add chalice as dependency fix build --- pkgs/development/python-modules/pylti/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/pylti') diff --git a/pkgs/development/python-modules/pylti/default.nix b/pkgs/development/python-modules/pylti/default.nix index 32cef1e5da8a1..40b639925a047 100644 --- a/pkgs/development/python-modules/pylti/default.nix +++ b/pkgs/development/python-modules/pylti/default.nix @@ -17,6 +17,7 @@ , pytestpep8 , sphinx , mock +, chalice , isPy27 }: @@ -34,7 +35,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ httplib2 oauth oauth2 semantic-version ]; checkInputs = [ flask httpretty oauthlib pyflakes pytest pytestcache pytestcov covCore - pytestflakes pytestpep8 sphinx mock + pytestflakes pytestpep8 sphinx mock chalice ]; src = fetchPypi { @@ -48,4 +49,4 @@ buildPythonPackage rec { license = lib.licenses.bsdOriginal; maintainers = with lib.maintainers; [ layus ]; }; -} \ No newline at end of file +} -- cgit 1.4.1