diff options
author | Julien Roy <julien@jroy.ca> | 2023-02-08 22:00:03 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-02-08 22:00:03 -0500 |
commit | 1202b66b81810e18ab174d610d48555e16cd833b (patch) | |
tree | f790a2722cb5c126443b05e3940d92fa838951f7 /dev-python/core-srht | |
parent | f97b6a1c1aa6f9db726a4b0e644a4ef755fd6e71 (diff) | |
download | MrRoy-Overlay-1202b66b81810e18ab174d610d48555e16cd833b.tar.gz MrRoy-Overlay-1202b66b81810e18ab174d610d48555e16cd833b.tar.bz2 MrRoy-Overlay-1202b66b81810e18ab174d610d48555e16cd833b.zip |
dev-python/core-srht: dev-python/{redis-py -> redis}
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/core-srht')
-rw-r--r-- | dev-python/core-srht/core-srht-0.69.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/core-srht/core-srht-0.69.7.ebuild b/dev-python/core-srht/core-srht-0.69.7.ebuild index 1a56d67..923593b 100644 --- a/dev-python/core-srht/core-srht-0.69.7.ebuild +++ b/dev-python/core-srht/core-srht-0.69.7.ebuild @@ -32,7 +32,7 @@ RDEPEND=" dev-python/prometheus_client[${PYTHON_USEDEP}] dev-python/psycopg:2[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - dev-python/redis-py[${PYTHON_USEDEP}] + dev-python/redis[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] dev-python/SQLAlchemy-Utils[${PYTHON_USEDEP}] |