Unverified Commit 979a311f authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #289308 from patka-123/django-pattern-library-fix-build

python311Packages.django-pattern-library: fix build
parents 1225df86 e1d5229c
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
buildPythonPackage rec {
  pname = "django-pattern-library";
  version = "1.1.0";
  format = "pyproject";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "torchbox";
@@ -29,14 +29,6 @@ buildPythonPackage rec {
    hash = "sha256-9uuLYwG0/NYGouncuaN8S+3CBABSxSOkcrP59p5v84U=";
  };

  patches = [
    (fetchpatch {
      # https://github.com/torchbox/django-pattern-library/pull/232
      url = "https://github.com/torchbox/django-pattern-library/commit/e7a9a8928a885941391fb584eba81578a292ee7d.patch";
      hash = "sha256-3uUoxdVYEiF+to88qZRhOkh1++RfmsqCzO9JNMDqz6g=";
    })
  ];

  nativeBuildInputs = [
    poetry-core
  ];