Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-08-31 19:46:33 +02:00
257 changed files with 9979 additions and 12481 deletions

View File

@@ -1,5 +1,13 @@
{ stdenv, buildPythonPackage, fetchPypi, pythonOlder
, pytest, pytestcov, mock, Mako, decorator
{ stdenv
, buildPythonPackage
, fetchPypi
, pythonOlder
, pytest
, pytestcov
, mock
, Mako
, decorator
, stevedore
}:
buildPythonPackage rec {
@@ -27,7 +35,7 @@ buildPythonPackage rec {
checkInputs = [ pytest pytestcov mock Mako ];
propagatedBuildInputs = [ decorator ];
propagatedBuildInputs = [ decorator stevedore ];
meta = with stdenv.lib; {
description = "A caching front-end based on the Dogpile lock";