mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +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
|
unpaddedbase64
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"aiohttp-socks" # Pending matrix-nio/matrix-nio#516
|
||||||
|
];
|
||||||
|
|
||||||
passthru.optional-dependencies = {
|
passthru.optional-dependencies = {
|
||||||
e2e = [
|
e2e = [
|
||||||
atomicwrites
|
atomicwrites
|
||||||
|
Loading…
Reference in New Issue
Block a user