0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.atlassian-python-api: rename requests-oauthlib

This commit is contained in:
Fabian Affolter 2022-02-25 15:02:40 +01:00
parent 2d800e458d
commit 549a8ae8ea

View file

@ -4,7 +4,7 @@
, deprecated , deprecated
, oauthlib , oauthlib
, requests , requests
, requests_oauthlib , requests-oauthlib
, six , six
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
@ -28,7 +28,7 @@ buildPythonPackage rec {
deprecated deprecated
oauthlib oauthlib
requests requests
requests_oauthlib requests-oauthlib
six six
]; ];