pythonPackages.mitmproxy: disable for Python < 3.8
This commit is contained in:
parent
cfce2f382a
commit
b5217c5d2a
|
@ -44,7 +44,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "mitmproxy";
|
||||
version = "6.0.2";
|
||||
disabled = isPy27;
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
|
|
Loading…
Reference in New Issue