summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-27 14:01:09 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-27 14:01:09 +0300
commitc2d9c10aa860b6c16e16a69ddf36e6bce70f630f (patch)
tree4cac11c59281db38261592700fe7a62fbb7949ca /dev-python
parentdev-python/requests-cache: fix missing test dependency (diff)
downloadgentoo-c2d9c10aa860b6c16e16a69ddf36e6bce70f630f.tar.gz
gentoo-c2d9c10aa860b6c16e16a69ddf36e6bce70f630f.tar.bz2
gentoo-c2d9c10aa860b6c16e16a69ddf36e6bce70f630f.zip
dev-python/requests-cache: fix missing test dependency
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/requests-cache/requests-cache-0.7.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/requests-cache/requests-cache-0.7.4.ebuild b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
index 0c8b4192cde2..adf42581ba20 100644
--- a/dev-python/requests-cache/requests-cache-0.7.4.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
@@ -32,6 +32,7 @@ BDEPEND="
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
dev-python/timeout-decorator[${PYTHON_USEDEP}]
+ dev-python/ujson[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest