python312Packages.redis-om: refactor

This commit is contained in:
Fabian Affolter 2024-03-27 08:49:35 +01:00 committed by GitHub
parent 529e0df2fc
commit 3ddc01e54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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