summaryrefslogtreecommitdiff
path: root/dev-python/requests-cache
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-09 10:12:37 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-09 10:12:37 +0000
commit860df5ec1a49a38cbe81e462ec9983aa4a74d726 (patch)
treef3e43fabad0f446157e1d3bcec91950d3419f927 /dev-python/requests-cache
parente96bafae38df5326ddbb95a9bda17426097940c6 (diff)
downloadbaldeagleos-repo-860df5ec1a49a38cbe81e462ec9983aa4a74d726.tar.gz
baldeagleos-repo-860df5ec1a49a38cbe81e462ec9983aa4a74d726.tar.xz
baldeagleos-repo-860df5ec1a49a38cbe81e462ec9983aa4a74d726.zip
Adding metadata
Diffstat (limited to 'dev-python/requests-cache')
-rw-r--r--dev-python/requests-cache/requests-cache-0.9.7.ebuild2
-rw-r--r--dev-python/requests-cache/requests-cache-0.9.8.ebuild2
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 7c2c1cf38b61..80d3a349111f 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 da63e78f10ec..42de705b919f 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"