1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
doCheck = false;
propagatedBuildInputs = with self; [ zodb3 aiohttp ]
propagatedBuildInputs = with self; [ aiohttp ]
++ optional (pythonOlder "3.5") typing;
meta = {