python310Packages.l18n: remove unused inputs, disable tests

follow up to #218587
This commit is contained in:
Sandro Jäckel 2023-03-31 00:30:33 +02:00
parent e3652e0735
commit cf3327c9b1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,6 +1,4 @@
{ buildPythonPackage
, django
, fetchFromGitHub
, fetchPypi
, lib
, pytz
@ -18,6 +16,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pytz six ];
# tests are not included in sdist and building from source is none trivial
doCheck = false;
pythonImportsCheck = [ "l18n" ];
meta = with lib; {