ZODB 5.3.0: fix broken tests

Re #30892
This commit is contained in:
Christian Kauhaus
2017-10-29 12:16:03 +01:00
parent bd7074961a
commit dccfe68ade
2 changed files with 33 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ buildPythonPackage rec {
sha256 = "633c2f89481d8ebc55639b59216f7d16d07b44a94758850c0b887006967214f3";
};
patches = [
./ZODB-5.3.0-fix-tests.patch
];
propagatedBuildInputs = [
manuel
transaction