python3Packages.pyatmo: rename requests-oauthlib

This commit is contained in:
Fabian Affolter 2022-02-25 14:17:35 +01:00
parent 1e69a845f9
commit 9493af1758

View File

@ -9,7 +9,7 @@
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, requests , requests
, requests_oauthlib , requests-oauthlib
, requests-mock , requests-mock
, setuptools-scm , setuptools-scm
}: }:
@ -38,7 +38,7 @@ buildPythonPackage rec {
aiohttp aiohttp
oauthlib oauthlib
requests requests
requests_oauthlib requests-oauthlib
]; ];
checkInputs = [ checkInputs = [