Loading pkgs/development/python-modules/types-awscrt/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchPypi, pythonOlder, setuptools, }: Loading @@ -11,8 +10,6 @@ buildPythonPackage rec { version = "0.28.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "types_awscrt"; inherit version; Loading @@ -23,6 +20,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "awscrt-stubs" ]; # Module has no tests doCheck = false; meta = with lib; { description = "Type annotations and code completion for awscrt"; homepage = "https://github.com/youtype/types-awscrt"; Loading Loading
pkgs/development/python-modules/types-awscrt/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchPypi, pythonOlder, setuptools, }: Loading @@ -11,8 +10,6 @@ buildPythonPackage rec { version = "0.28.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "types_awscrt"; inherit version; Loading @@ -23,6 +20,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "awscrt-stubs" ]; # Module has no tests doCheck = false; meta = with lib; { description = "Type annotations and code completion for awscrt"; homepage = "https://github.com/youtype/types-awscrt"; Loading