Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-06-13 11:03:26 +02:00
343 changed files with 3648 additions and 2203 deletions

View File

@@ -11,6 +11,7 @@
, tornado
, aiohttp
, uritemplate
, pyjwt
}:
buildPythonPackage rec {
@@ -26,7 +27,10 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools pytestrunner ];
checkInputs = [ pytest pytest-asyncio twisted treq tornado aiohttp ];
propagatedBuildInputs = [ uritemplate ];
propagatedBuildInputs = [
uritemplate
pyjwt
];
postPatch = ''
substituteInPlace setup.py \