Unverified Commit 9aff8247 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.types-awscrt: remove disabled

parent 6110f589
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  pythonOlder,
  setuptools,
}:

@@ -11,8 +10,6 @@ buildPythonPackage rec {
  version = "0.28.4";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "types_awscrt";
    inherit version;
@@ -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";