python311Packages.tilequant: relax pillow constraint
This commit is contained in:
parent
610d056ce8
commit
a35fedb6a6
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, click
|
||||
, ordered-set
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, pillow
|
||||
, sortedcollections
|
||||
, setuptools_dso
|
||||
|
@ -21,6 +22,14 @@ buildPythonPackage rec {
|
|||
hash = "sha256-uW1g3nlT6Y+1beifo/MOlGxsGL7on/jcAROxSddySHk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"pillow"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
click
|
||||
ordered-set
|
||||
|
|
Loading…
Reference in a new issue