mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
Merge pull request #293565 from Stunkymonkey/smpp-pdu-normalize
python312Packages.smpp-pdu: rename from smpp_pdu
This commit is contained in:
commit
60f604495c
@ -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
|
||||
];
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user