python310Packages.pyro4: Normalize attribute name

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

View file

@ -6,7 +6,7 @@
, case , case
, fetchPypi , fetchPypi
, importlib-metadata , importlib-metadata
, Pyro4 , pyro4
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, pytz , pytz
@ -36,7 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ nativeCheckInputs = [
azure-servicebus azure-servicebus
case case
Pyro4 pyro4
pytestCheckHook pytestCheckHook
pytz pytz
]; ];

View file

@ -196,6 +196,7 @@ mapAliases ({
pyroute2-nftables = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 pyroute2-nftables = 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-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
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

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