Merge pull request #289308 from patka-123/django-pattern-library-fix-build
python311Packages.django-pattern-library: fix build
This commit is contained in:
commit
979a311fbd
1 changed files with 1 additions and 9 deletions
|
@ -20,7 +20,7 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-pattern-library";
|
pname = "django-pattern-library";
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "torchbox";
|
owner = "torchbox";
|
||||||
|
@ -29,14 +29,6 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-9uuLYwG0/NYGouncuaN8S+3CBABSxSOkcrP59p5v84U=";
|
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 = [
|
nativeBuildInputs = [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue