python3Packages.kubernetes: rename requests-oauthlib

This commit is contained in:
Fabian Affolter
2022-03-28 08:17:05 +02:00
parent 0a34a96698
commit efb1c8096e
@@ -11,7 +11,7 @@
, python-dateutil
, pyyaml
, requests
, requests_oauthlib
, requests-oauthlib
, urllib3
, websocket-client
@@ -24,6 +24,7 @@ buildPythonPackage rec {
pname = "kubernetes";
version = "20.13.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
@@ -41,7 +42,7 @@ buildPythonPackage rec {
python-dateutil
pyyaml
requests
requests_oauthlib
requests-oauthlib
urllib3
websocket-client
];
@@ -61,7 +62,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Kubernetes python client";
description = "Kubernetes Python client";
homepage = "https://github.com/kubernetes-client/python";
license = licenses.asl20;
maintainers = with maintainers; [ lsix ];