pythonPackages.aiohttp-cors: Remove zodb3 dependency

This commit is contained in:
adisbladis 2017-08-09 12:19:26 +08:00 committed by Frederik Rietdijk
parent 9c5f6f9528
commit 45addeacb0

View File

@ -356,7 +356,7 @@ in {
# Requires network access # Requires network access
doCheck = false; doCheck = false;
propagatedBuildInputs = with self; [ zodb3 aiohttp ] propagatedBuildInputs = with self; [ aiohttp ]
++ optional (pythonOlder "3.5") typing; ++ optional (pythonOlder "3.5") typing;
meta = { meta = {