Merge pull request #293 from ilikeavocadoes/master

overrides: add pytest-runner dependency for aiohttp-swagger3
This commit is contained in:
adisbladis 2021-05-04 08:24:45 -05:00 committed by GitHub
commit 6549bd9534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,12 @@ self: super:
}
);
aiohttp-swagger3 = super.aiohttp-swagger3.overridePythonAttrs (
old: {
nativeBuildInputs = old.nativeBuildInputs ++ [ self.pytest-runner ];
}
);
ansible = super.ansible.overridePythonAttrs (
old: {