mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python39Packages.imapclient: normalise name
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
, dnspython
|
||||
, html2text
|
||||
, mail-parser
|
||||
, IMAPClient
|
||||
, imapclient
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
dnspython
|
||||
html2text
|
||||
mail-parser
|
||||
IMAPClient
|
||||
imapclient
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "mailsuite" ];
|
||||
|
||||
Reference in New Issue
Block a user