python.pkgs.moto: fix build

add responses to propagatedBuildInputs
This commit is contained in:
Robert Schütz 2018-05-28 00:16:27 +02:00
parent e52c423062
commit cd8d9fd82c

View File

@ -1,5 +1,5 @@
{ stdenv, buildPythonPackage, fetchPypi, jinja2, werkzeug, flask
, requests, pytz, backports_tempfile, cookies, jsondiff, botocore, aws-xray-sdk, docker
, requests, pytz, backports_tempfile, cookies, jsondiff, botocore, aws-xray-sdk, docker, responses
, six, boto, httpretty, xmltodict, nose, sure, boto3, freezegun, dateutil, mock, pyaml }:
buildPythonPackage rec {
@ -40,6 +40,7 @@ buildPythonPackage rec {
jsondiff
botocore
docker
responses
];
checkInputs = [ boto3 nose sure freezegun ];