summaryrefslogtreecommitdiff
path: root/dev-python/cachelib/cachelib-0.13.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cachelib/cachelib-0.13.0.ebuild')
-rw-r--r--dev-python/cachelib/cachelib-0.13.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/cachelib/cachelib-0.13.0.ebuild b/dev-python/cachelib/cachelib-0.13.0.ebuild
index 14e98fc303ac..27ea69cbe737 100644
--- a/dev-python/cachelib/cachelib-0.13.0.ebuild
+++ b/dev-python/cachelib/cachelib-0.13.0.ebuild
@@ -25,11 +25,13 @@ KEYWORDS="amd64 ~arm arm64 x86"
BDEPEND="
test? (
dev-db/redis
- dev-python/pylibmc[${PYTHON_USEDEP}]
dev-python/pytest-xprocess[${PYTHON_USEDEP}]
dev-python/redis[${PYTHON_USEDEP}]
net-misc/memcached
www-servers/uwsgi[python,${PYTHON_USEDEP}]
+ !sparc? (
+ dev-python/pylibmc[${PYTHON_USEDEP}]
+ )
)
"