Merge pull request #305377 from Stunkymonkey/python-smpp-pdu-normalize

python311Packages.smpp-pdu: normalize folder & pname
This commit is contained in:
Nick Cao 2024-04-20 07:23:54 -04:00 committed by GitHub
commit 496d82c137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
}:
buildPythonPackage {
pname = "smpp.pdu";
pname = "smpp-pdu";
version = "unstable-2022-09-02";
format = "pyproject";

View File

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