Unverified Commit 489c9264 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.botocore-stubs: fix build-system

parent d857a31d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  poetry-core,
  setuptools,
  pythonOlder,
  types-awscrt,
  typing-extensions,
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    hash = "sha256-QNTPX8Un+604G+GM+DdADW8WiogOJu55TIwE+go+YsU=";
  };

  nativeBuildInputs = [ poetry-core ];
  nativeBuildInputs = [ setuptools ];

  propagatedBuildInputs = [
    types-awscrt