mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
python3Packages.exchangelib: rename requests-oauthlib
This commit is contained in:
parent
b140730436
commit
2d800e458d
@ -17,7 +17,7 @@
|
||||
, pyyaml
|
||||
, requests
|
||||
, requests_ntlm
|
||||
, requests_oauthlib
|
||||
, requests-oauthlib
|
||||
, requests-kerberos
|
||||
, requests-mock
|
||||
, tzdata
|
||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
owner = "ecederstrand";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-fdYc+fJEePgCzAkUWz7pmL/CI/O9zm5G9xh1f4bhrH4=";
|
||||
hash = "sha256-fdYc+fJEePgCzAkUWz7pmL/CI/O9zm5G9xh1f4bhrH4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||
pygments
|
||||
requests
|
||||
requests_ntlm
|
||||
requests_oauthlib
|
||||
requests-oauthlib
|
||||
requests-kerberos
|
||||
tzdata
|
||||
tzlocal
|
||||
|
Loading…
Reference in New Issue
Block a user