Unverified Commit cb5fb5df authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

treewide: replace pythonImportCheck(s) with pythonImportsCheck (#340818)

parents fbbafbb8 1f8f3612
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ buildPythonPackage {
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  pythonImportCheck = "geoparquet";
  pythonImportsCheck = [ "geoparquet" ];

  doCheck = false; # no tests

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildPythonPackage rec {

  doCheck = false;

  pythonImportChecks = [ "pyairports" ];
  pythonImportsCheck = [ "pyairports" ];

  meta = with lib; {
    description = "pyairports is a package which enables airport lookup by 3-letter IATA code.";
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  pythonImportCheck = "pyfunctional";
  pythonImportsCheck = [ "functional" ];

  meta = {
    description = "Python library for creating data pipelines with chain functional programming";
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  propagatedBuildInputs = [ pyee ];

  nativeBuildInputs = [ setuptools-scm ];
  pythonImportCheck = [ "ffmpeg" ];
  pythonImportsCheck = [ "ffmpeg" ];

  meta = {
    homepage = "https://github.com/jonghwanhyeon/python-ffmpeg";