mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.aiohttp-cors: Remove zodb3 dependency
This commit is contained in:
parent
9c5f6f9528
commit
45addeacb0
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue