Unverified Commit c887e4bd authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python313Packages.configshell: fix build (#388363)

parents 449d030c 714a275d
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -2,15 +2,18 @@
  lib,
  fetchFromGitHub,
  buildPythonPackage,
  pythonOlder,
  hatchling,
  hatch-vcs,
  pyparsing,
  six,
  urwid,
}:

buildPythonPackage rec {
  pname = "configshell";
  version = "2.0.0";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "open-iscsi";
@@ -19,10 +22,13 @@ buildPythonPackage rec {
    hash = "sha256-lP3WT9ASEj6WiCrurSU/e9FhIaeoQW/n9hi1XZMnV4Q=";
  };

  propagatedBuildInputs = [
  build-system = [
    hatchling
    hatch-vcs
  ];

  dependencies = [
    pyparsing
    six
    urwid
  ];

  # Module has no tests