python3Packages.sentry-sdk: fix build
This commit is contained in:
parent
0944a15fe3
commit
e9a431d343
@ -1,8 +1,11 @@
|
|||||||
{ aiohttp
|
{ aiohttp
|
||||||
|
, blinker
|
||||||
|
, botocore
|
||||||
, bottle
|
, bottle
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, celery
|
, celery
|
||||||
, certifi
|
, certifi
|
||||||
|
, chalice
|
||||||
, django
|
, django
|
||||||
, falcon
|
, falcon
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
@ -33,7 +36,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1052f0ed084e532f66cb3e4ba617960d820152aee8b93fc6c05bd53861768c1c";
|
sha256 = "1052f0ed084e532f66cb3e4ba617960d820152aee8b93fc6c05bd53861768c1c";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ django flask tornado bottle rq falcon sqlalchemy werkzeug trytond
|
checkInputs = [ blinker botocore chalice django flask tornado bottle rq falcon sqlalchemy werkzeug trytond
|
||||||
executing pure-eval asttokens ]
|
executing pure-eval asttokens ]
|
||||||
++ stdenv.lib.optionals isPy3k [ celery pyramid sanic aiohttp ];
|
++ stdenv.lib.optionals isPy3k [ celery pyramid sanic aiohttp ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user