pythonPackages.requests: mark broken for python27

This commit is contained in:
Sandro Jäckel 2021-03-01 18:16:34 +01:00
parent 4bc50d5539
commit 2d243e170d
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -8,6 +8,7 @@
, pytest-xdist
, pytestCheckHook
, urllib3
, isPy27
}:
buildPythonPackage rec {
@ -55,5 +56,7 @@ buildPythonPackage rec {
homepage = "http://docs.python-requests.org/en/latest/";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
# AttributeError: 'KeywordMapping' object has no attribute 'get'
broken = isPy27;
};
}