Merge pull request #293565 from Stunkymonkey/smpp-pdu-normalize

python312Packages.smpp-pdu: rename from smpp_pdu
This commit is contained in:
Felix Bühler 2024-03-07 20:29:52 +01:00 committed by GitHub
commit 60f604495c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
, pytestCheckHook
, pytest-asyncio
, colorlog
, smpp_pdu
, smpp-pdu
, pyscard
, packaging
, gsm0338
@ -53,7 +53,7 @@ buildPythonPackage {
pyserial
pytlv
pyyaml
smpp_pdu
smpp-pdu
termcolor
];

View File

@ -470,6 +470,7 @@ mapAliases ({
ssh-mitm = throw "ssh-mitm was removed in favor of the top-level ssh-mitm"; # added 2023-05-09
smart_open = smart-open; # added 2021-03-14
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
smpp_pdu = smpp-pdu; # added 2024-03-05
somecomfort = throw "somecomfort was removed because Home Assistant switched to aiosomecomfort"; # added 2023-02-01
sorl_thumbnail = sorl-thumbnail; # added 2023-11-12
SPARQLWrapper = sparqlwrapper;

View File

@ -13676,7 +13676,7 @@ self: super: with self; {
smpplib = callPackage ../development/python-modules/smpplib { };
smpp_pdu = callPackage ../development/python-modules/smpp.pdu { };
smpp-pdu = callPackage ../development/python-modules/smpp.pdu { };
smtpdfix = callPackage ../development/python-modules/smtpdfix { };