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 , 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

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-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

View file

@ -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 { };