1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

gnu: python-valkey: Reduce closure size.

* gnu/packages/python-xyz.scm (python-valkey)[native-inputs]: Remove
python-cachetools, python-pytest, python-pytest-asyncio, and
python-pytest-timeout.

Change-Id: I96930eee30ac84275a2fb33e29de43fd5a703ce1
This commit is contained in:
Sharlatan Hellseher
2025-10-09 12:40:16 +01:00
parent 6334309495
commit 14f316fc1e

View File

@@ -27274,11 +27274,7 @@ input.")
;; Maybe we need to spawn a valkey server?
(list #:tests? #f))
(native-inputs
(list python-cachetools
python-pytest
python-pytest-asyncio
python-pytest-timeout
python-setuptools))
(list python-setuptools))
(home-page "https://github.com/valkey-io/valkey-py")
(synopsis "Python client for Valkey")
(description