Unverified Commit 3b73f6a1 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python313Packages.pudb: fix build-system

parent fbba7b1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  hatchling,
  fetchPypi,
  setuptools,
  jedi,
  packaging,
  pygments,
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    hash = "sha256-Jk8jngU45S6D09AgFDEAsxccrhcidnS7G5+LB180hJw=";
  };

  build-system = [ setuptools ];
  build-system = [ hatchling ];

  dependencies = [
    jedi