python.pkgs.moto: fix build
add responses to propagatedBuildInputs
This commit is contained in:
parent
e52c423062
commit
cd8d9fd82c
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, buildPythonPackage, fetchPypi, jinja2, werkzeug, flask
|
{ 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 }:
|
, six, boto, httpretty, xmltodict, nose, sure, boto3, freezegun, dateutil, mock, pyaml }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -40,6 +40,7 @@ buildPythonPackage rec {
|
||||||
jsondiff
|
jsondiff
|
||||||
botocore
|
botocore
|
||||||
docker
|
docker
|
||||||
|
responses
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ boto3 nose sure freezegun ];
|
checkInputs = [ boto3 nose sure freezegun ];
|
||||||
|
|
Loading…
Reference in New Issue