fixup aws-xray-sdk
This commit is contained in:
parent
9d30105575
commit
bf3d63789b
@ -5,6 +5,7 @@
|
||||
, wrapt
|
||||
, requests
|
||||
, future
|
||||
, botocore
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jsonpickle wrapt requests future
|
||||
jsonpickle wrapt requests future botocore
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user