python3Packages.sentry-sdk: fix build
This commit is contained in:
parent
c9bc95d613
commit
55e8fa4db7
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,9 @@
|
|||
, urllib3
|
||||
, trytond
|
||||
, werkzeug
|
||||
, executing
|
||||
, pure-eval
|
||||
, asttokens
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -30,7 +33,8 @@ buildPythonPackage rec {
|
|||
sha256 = "e12eb1c2c01cd9e9cfe70608dbda4ef451f37ef0b7cbb92e5d43f87c341d6334";
|
||||
};
|
||||
|
||||
checkInputs = [ django flask tornado bottle rq falcon sqlalchemy werkzeug trytond ]
|
||||
checkInputs = [ django flask tornado bottle rq falcon sqlalchemy werkzeug trytond
|
||||
executing pure-eval asttokens ]
|
||||
++ stdenv.lib.optionals isPy3k [ celery pyramid sanic aiohttp ];
|
||||
|
||||
propagatedBuildInputs = [ urllib3 certifi ];
|
||||
|
|
Loading…
Reference in a new issue