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/requests-cache | |
| parent | 83ff15f9b31b3a382dd6d0ff6e7398609beae49f (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/requests-cache')
| -rw-r--r-- | dev-python/requests-cache/requests-cache-0.9.7.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/requests-cache/requests-cache-0.9.8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests-cache/requests-cache-0.9.7.ebuild b/dev-python/requests-cache/requests-cache-0.9.7.ebuild index 698cd213dcf6..358a9638f092 100644 --- a/dev-python/requests-cache/requests-cache-0.9.7.ebuild +++ b/dev-python/requests-cache/requests-cache-0.9.7.ebuild @@ -62,7 +62,7 @@ python_test() { } pkg_postinst() { - optfeature "redis backend" "dev-python/redis-py" + optfeature "redis backend" "dev-python/redis" optfeature "MongoDB backend" "dev-python/pymongo" optfeature "JSON serialization" "dev-python/ujson" diff --git a/dev-python/requests-cache/requests-cache-0.9.8.ebuild b/dev-python/requests-cache/requests-cache-0.9.8.ebuild index 3623435e40dd..76068a967f47 100644 --- a/dev-python/requests-cache/requests-cache-0.9.8.ebuild +++ b/dev-python/requests-cache/requests-cache-0.9.8.ebuild @@ -62,7 +62,7 @@ python_test() { } pkg_postinst() { - optfeature "redis backend" "dev-python/redis-py" + optfeature "redis backend" "dev-python/redis" optfeature "MongoDB backend" "dev-python/pymongo" optfeature "JSON serialization" "dev-python/ujson" |
