pythonPackages.requests: mark broken for python27
This commit is contained in:
parent
4bc50d5539
commit
2d243e170d
@ -8,6 +8,7 @@
|
|||||||
, pytest-xdist
|
, pytest-xdist
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, urllib3
|
, urllib3
|
||||||
|
, isPy27
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -55,5 +56,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "http://docs.python-requests.org/en/latest/";
|
homepage = "http://docs.python-requests.org/en/latest/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
|
# AttributeError: 'KeywordMapping' object has no attribute 'get'
|
||||||
|
broken = isPy27;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user