mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
python310Packages.l18n: remove unused inputs, disable tests
follow up to #218587
This commit is contained in:
parent
e3652e0735
commit
cf3327c9b1
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user