python310Packages.pyro5: Normalize attribute name

This commit is contained in:
Martin Weinelt 2023-02-19 18:30:11 +00:00
parent d0f1db1efd
commit 32b2d24df4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@
, keyrings-alt
, packaging
, pathspec
, Pyro5
, pyro5
, requests
, rich
, setuptools
@ -50,7 +50,7 @@ buildPythonPackage rec {
keyrings-alt
packaging
pathspec
Pyro5
pyro5
requests
rich
setuptools

View File

@ -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-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
Pyro5 = pyro5; # added 2023-02-19
PyRSS2Gen = pyrss2gen; # added 2023-02-19
pysmart-smartx = pysmart; # added 2021-10-22
pyspotify = throw "pyspotify has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29

View File

@ -8735,7 +8735,7 @@ self: super: with self; {
pyro4 = callPackage ../development/python-modules/pyro4 { };
Pyro5 = callPackage ../development/python-modules/pyro5 { };
pyro5 = callPackage ../development/python-modules/pyro5 { };
pyroma = callPackage ../development/python-modules/pyroma { };