python311Packages.automx2: equalize content

This commit is contained in:
Fabian Affolter 2023-09-23 12:57:18 +02:00 committed by GitHub
parent 1ecd075700
commit 55b15e1990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,13 @@
{ 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";