18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
27 repo = "msrest-for-python";
29 rev = "2d8fd04f68a124d0f3df7b81584accc3270b1afc";
30 hash = "sha256-1EXXXflhDeU+erdI+NsWxSX76ooDTl3+MyQwRzm2xV0=";
33 propagatedBuildInputs = [
51 # Test require network access
54 "test_basic_async_requests"
55 "test_basic_async_requests"
56 "test_conf_async_requests"
57 "test_conf_async_requests"
58 "test_conf_async_trio_requests"
61 pythonImportsCheck = [
66 description = "The runtime library for AutoRest generated Python clients";
67 homepage = "https://github.com/Azure/msrest-for-python";
68 license = licenses.mit;
69 maintainers = with maintainers; [ bendlas jonringer maxwilson ];