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:
parent
2d800e458d
commit
549a8ae8ea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue