python3Packages.pyvicare: rename requests-oauthlib

This commit is contained in:
Fabian Affolter
2022-03-28 08:17:03 +02:00
parent 31e92b268f
commit 3fe0633692
@@ -1,11 +1,11 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, requests_oauthlib
, simplejson
, pkce
, pytestCheckHook
, pythonOlder
, requests-oauthlib
, simplejson
}:
buildPythonPackage rec {
@@ -25,7 +25,7 @@ buildPythonPackage rec {
SETUPTOOLS_SCM_PRETEND_VERSION = version;
propagatedBuildInputs = [
requests_oauthlib
requests-oauthlib
simplejson
pkce
];