Unverified Commit 09d27852 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.dissect-jffs: modernize

parent d4fb62a8
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  dissect-cstruct,
  dissect-util,
  fetchFromGitHub,
  pythonOlder,
  setuptools,
  setuptools-scm,
}:
@@ -14,8 +13,6 @@ buildPythonPackage rec {
  version = "1.6";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.jffs";
@@ -23,12 +20,12 @@ buildPythonPackage rec {
    hash = "sha256-yzEaOVP4QOQD24cxy+GKS0mQRvYD4GcPwYydwrzFqXs=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
    setuptools-scm
  ];

  propagatedBuildInputs = [
  dependencies = [
    dissect-cstruct
    dissect-util
  ];