python3Packages.pytile: does not depend on pylint

This commit is contained in:
Robert Schütz 2022-05-22 20:33:25 +00:00
parent cfa6435564
commit e381b64026

View File

@ -4,7 +4,6 @@
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, pylint
, pytest-aiohttp
, pytest-asyncio
, pytestCheckHook
@ -31,7 +30,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
pylint
];
checkInputs = [