pythonPackages.PyLTI: refactor add chalice as dependency fix build
This commit is contained in:
parent
147473511e
commit
7fe2539e19
@ -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 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user