forked from mirrors/nixpkgs
Merge pull request #287927 from ocfox/mitmproxy-fix
mitmproxy: fix build
This commit is contained in:
commit
b533f994cb
|
@ -63,6 +63,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
"aioquic"
|
"aioquic"
|
||||||
|
"cryptography"
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue