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

python311Packages.django-pattern-library: fix build
This commit is contained in:
Martin Weinelt 2024-02-16 16:37:24 +01:00 committed by GitHub
commit 979a311fbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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