python311Packages.django-pattern-library: fix build

This commit is contained in:
Patka 2024-02-16 16:28:51 +01:00
parent fc1b4c9c0d
commit e1d5229cc9
No known key found for this signature in database

View File

@ -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
];