diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-08 19:15:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-08 19:15:19 +0100 |
commit | 746be01ea417ababe2cfeeaa34e656aad8fa58f9 (patch) | |
tree | c1978c82cf6ad2ac58e06a46d8c64fb2b078b384 /dev-python/cachelib | |
parent | dev-python/redis-py: Set MY_P to prepare for rename (diff) | |
download | gentoo-746be01ea417ababe2cfeeaa34e656aad8fa58f9.tar.gz gentoo-746be01ea417ababe2cfeeaa34e656aad8fa58f9.tar.bz2 gentoo-746be01ea417ababe2cfeeaa34e656aad8fa58f9.zip |
Rename dev-python/{redis-py → redis}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachelib')
-rw-r--r-- | dev-python/cachelib/cachelib-0.10.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cachelib/cachelib-0.10.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cachelib/cachelib-0.9.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cachelib/cachelib-0.10.1.ebuild b/dev-python/cachelib/cachelib-0.10.1.ebuild index 74784a2e4520..f6bfe1cc57da 100644 --- a/dev-python/cachelib/cachelib-0.10.1.ebuild +++ b/dev-python/cachelib/cachelib-0.10.1.ebuild @@ -27,7 +27,7 @@ BDEPEND=" dev-db/redis dev-python/pylibmc[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] - dev-python/redis-py[${PYTHON_USEDEP}] + dev-python/redis[${PYTHON_USEDEP}] net-misc/memcached www-servers/uwsgi[python,${PYTHON_USEDEP}] ) diff --git a/dev-python/cachelib/cachelib-0.10.2.ebuild b/dev-python/cachelib/cachelib-0.10.2.ebuild index 74784a2e4520..f6bfe1cc57da 100644 --- a/dev-python/cachelib/cachelib-0.10.2.ebuild +++ b/dev-python/cachelib/cachelib-0.10.2.ebuild @@ -27,7 +27,7 @@ BDEPEND=" dev-db/redis dev-python/pylibmc[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] - dev-python/redis-py[${PYTHON_USEDEP}] + dev-python/redis[${PYTHON_USEDEP}] net-misc/memcached www-servers/uwsgi[python,${PYTHON_USEDEP}] ) diff --git a/dev-python/cachelib/cachelib-0.9.0.ebuild b/dev-python/cachelib/cachelib-0.9.0.ebuild index eedabefc93fa..093fd6a9110b 100644 --- a/dev-python/cachelib/cachelib-0.9.0.ebuild +++ b/dev-python/cachelib/cachelib-0.9.0.ebuild @@ -27,7 +27,7 @@ BDEPEND=" dev-db/redis dev-python/pylibmc[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] - dev-python/redis-py[${PYTHON_USEDEP}] + dev-python/redis[${PYTHON_USEDEP}] net-misc/memcached www-servers/uwsgi[python,${PYTHON_USEDEP}] ) |