python3Packages.requests-oauthlib: rename
This commit is contained in:
parent
71fba1fb0b
commit
52165eefbe
@ -108,6 +108,7 @@ mapAliases ({
|
|||||||
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
|
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
|
||||||
rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
|
rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
|
||||||
repeated_test = throw "repeated_test is no longer maintained"; # added 2022-01-11
|
repeated_test = throw "repeated_test is no longer maintained"; # added 2022-01-11
|
||||||
|
requests_oauthlib = requests-oauthlib; # added 2022-02-12
|
||||||
requests_toolbelt = requests-toolbelt; # added 2017-09-26
|
requests_toolbelt = requests-toolbelt; # added 2017-09-26
|
||||||
roboschool = throw "roboschool is deprecated in favor of PyBullet and has been removed"; # added 2022-01-15
|
roboschool = throw "roboschool is deprecated in favor of PyBullet and has been removed"; # added 2022-01-15
|
||||||
rotate-backups = throw "rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01
|
rotate-backups = throw "rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01
|
||||||
|
@ -8745,7 +8745,7 @@ in {
|
|||||||
|
|
||||||
requests_ntlm = callPackage ../development/python-modules/requests_ntlm { };
|
requests_ntlm = callPackage ../development/python-modules/requests_ntlm { };
|
||||||
|
|
||||||
requests_oauthlib = callPackage ../development/python-modules/requests-oauthlib { };
|
requests-oauthlib = callPackage ../development/python-modules/requests-oauthlib { };
|
||||||
|
|
||||||
requests-pkcs12 = callPackage ../development/python-modules/requests-pkcs12 { };
|
requests-pkcs12 = callPackage ../development/python-modules/requests-pkcs12 { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user