Unverified Commit 55b15e19 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.automx2: equalize content

parent 1ecd0757
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, flask
, flask-migrate
, ldap3
, pytestCheckHook
, pythonOlder
}:

buildPythonPackage rec {
  pname = "automx2";
  version = "unstable-2023-08-23";
@@ -27,8 +28,13 @@ buildPythonPackage rec {
    ldap3
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  pythonImportsCheck = [ "automx2" ];
  nativeCheckInputs = [
    pytestCheckHook
  ];

  pythonImportsCheck = [
    "automx2"
  ];

  meta = with lib; {
    description = "Email client configuration made easy";