summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-08 19:15:19 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-08 19:15:19 +0100
commit746be01ea417ababe2cfeeaa34e656aad8fa58f9 (patch)
treec1978c82cf6ad2ac58e06a46d8c64fb2b078b384 /dev-python/spotipy
parentdev-python/redis-py: Set MY_P to prepare for rename (diff)
downloadgentoo-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/spotipy')
-rw-r--r--dev-python/spotipy/spotipy-2.22.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/spotipy/spotipy-2.22.1.ebuild b/dev-python/spotipy/spotipy-2.22.1.ebuild
index cee91b6335a1..a52000b0bcbc 100644
--- a/dev-python/spotipy/spotipy-2.22.1.ebuild
+++ b/dev-python/spotipy/spotipy-2.22.1.ebuild
@@ -25,7 +25,7 @@ SLOT="0"
IUSE="examples"
RDEPEND="
- dev-python/redis-py[${PYTHON_USEDEP}]
+ dev-python/redis[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]