mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
python312Packages.redis-om: refactor
This commit is contained in:
parent
529e0df2fc
commit
3ddc01e54d
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-E11wpTrE+HIT+jgn1zMC8L7RGas83DAJd1R0WWHp7Jc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
pythonRelaxDepsHook
|
||||
unasync
|
||||
poetry-core
|
||||
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
# https://github.com/redis/redis-om-python/pull/577
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
click
|
||||
hiredis
|
||||
more-itertools
|
||||
|
Loading…
Reference in New Issue
Block a user