mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
python310Packages.pyro5: Normalize attribute name
This commit is contained in:
parent
d0f1db1efd
commit
32b2d24df4
3 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
, keyrings-alt
|
, keyrings-alt
|
||||||
, packaging
|
, packaging
|
||||||
, pathspec
|
, pathspec
|
||||||
, Pyro5
|
, pyro5
|
||||||
, requests
|
, requests
|
||||||
, rich
|
, rich
|
||||||
, setuptools
|
, setuptools
|
||||||
|
@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||||
keyrings-alt
|
keyrings-alt
|
||||||
packaging
|
packaging
|
||||||
pathspec
|
pathspec
|
||||||
Pyro5
|
pyro5
|
||||||
requests
|
requests
|
||||||
rich
|
rich
|
||||||
setuptools
|
setuptools
|
||||||
|
|
|
@ -197,6 +197,7 @@ mapAliases ({
|
||||||
pyroute2-nslink = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
|
pyroute2-nslink = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
|
||||||
pyroute2-protocols = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
|
pyroute2-protocols = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
|
||||||
Pyro4 = pyro4; # added 2023-02-19
|
Pyro4 = pyro4; # added 2023-02-19
|
||||||
|
Pyro5 = pyro5; # added 2023-02-19
|
||||||
PyRSS2Gen = pyrss2gen; # added 2023-02-19
|
PyRSS2Gen = pyrss2gen; # added 2023-02-19
|
||||||
pysmart-smartx = pysmart; # added 2021-10-22
|
pysmart-smartx = pysmart; # added 2021-10-22
|
||||||
pyspotify = throw "pyspotify has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29
|
pyspotify = throw "pyspotify has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29
|
||||||
|
|
|
@ -8735,7 +8735,7 @@ self: super: with self; {
|
||||||
|
|
||||||
pyro4 = callPackage ../development/python-modules/pyro4 { };
|
pyro4 = callPackage ../development/python-modules/pyro4 { };
|
||||||
|
|
||||||
Pyro5 = callPackage ../development/python-modules/pyro5 { };
|
pyro5 = callPackage ../development/python-modules/pyro5 { };
|
||||||
|
|
||||||
pyroma = callPackage ../development/python-modules/pyroma { };
|
pyroma = callPackage ../development/python-modules/pyroma { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue