mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #336651 from AndrewKvalheim/python3Packages.matrix-nio/aiohttp-socks
python3Packages.matrix-nio: relax dependency aiohttp-socks
This commit is contained in:
commit
d3425202c2
@ -65,6 +65,10 @@ buildPythonPackage rec {
|
||||
unpaddedbase64
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiohttp-socks" # Pending matrix-nio/matrix-nio#516
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
e2e = [
|
||||
atomicwrites
|
||||
|
Loading…
Reference in New Issue
Block a user