diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-09 10:12:37 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-09 10:12:37 +0000 |
| commit | 860df5ec1a49a38cbe81e462ec9983aa4a74d726 (patch) | |
| tree | f3e43fabad0f446157e1d3bcec91950d3419f927 /dev-python/requests-cache | |
| parent | e96bafae38df5326ddbb95a9bda17426097940c6 (diff) | |
| download | baldeagleos-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.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 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" |
