Unverified Commit bc95f55e authored by natsukium's avatar natsukium
Browse files

python312Packages.localstack: add missing build-system

parent fc44359d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  requests,
  rich,
  semver,
  setuptools,
  tailer,
}:

@@ -33,6 +34,8 @@ buildPythonPackage rec {
    hash = "sha256-MAECVYO6+1JqSZN8PFvHcMWizeYBUnU+7o7l48uwpv4=";
  };

  build-system = [ setuptools ];

  dependencies = [
    apispec
    boto3