mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 00:24:47 +00:00
python3Packages.python-jwt: rename to python3Packages.jwt
This commit is contained in:
parent
b3610b80ce
commit
c4da593b47
@ -5857,6 +5857,8 @@ self: super: with self; {
|
||||
|
||||
jwcrypto = callPackage ../development/python-modules/jwcrypto { };
|
||||
|
||||
jwt = callPackage ../development/python-modules/jwt { };
|
||||
|
||||
jxmlease = callPackage ../development/python-modules/jxmlease { };
|
||||
|
||||
k-diffusion = callPackage ../development/python-modules/k-diffusion { };
|
||||
@ -8281,8 +8283,6 @@ self: super: with self; {
|
||||
|
||||
nxt-python = callPackage ../development/python-modules/nxt-python { };
|
||||
|
||||
python-jwt = callPackage ../development/python-modules/python-jwt { };
|
||||
|
||||
python-ndn = callPackage ../development/python-modules/python-ndn { };
|
||||
|
||||
python-nvd3 = callPackage ../development/python-modules/python-nvd3 { };
|
||||
|
Loading…
Reference in New Issue
Block a user