summaryrefslogtreecommitdiff
path: root/dev-python/python-memcached/python-memcached-1.59-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-30 13:35:39 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-30 13:35:39 +0000
commit6b3377ae8135efdd7c697b000202603b3ccf84f4 (patch)
treea25d9d4e7b874763235948e612fa3bfefc6b9868 /dev-python/python-memcached/python-memcached-1.59-r1.ebuild
parent2f7464a7f9e24efb0df8b056fcad6daaaecd1869 (diff)
downloadbaldeagleos-repo-6b3377ae8135efdd7c697b000202603b3ccf84f4.tar.gz
baldeagleos-repo-6b3377ae8135efdd7c697b000202603b3ccf84f4.tar.xz
baldeagleos-repo-6b3377ae8135efdd7c697b000202603b3ccf84f4.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-memcached/python-memcached-1.59-r1.ebuild')
-rw-r--r--dev-python/python-memcached/python-memcached-1.59-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/python-memcached/python-memcached-1.59-r1.ebuild b/dev-python/python-memcached/python-memcached-1.59-r1.ebuild
index 1b6d1a10f807..b801ce5aabf3 100644
--- a/dev-python/python-memcached/python-memcached-1.59-r1.ebuild
+++ b/dev-python/python-memcached/python-memcached-1.59-r1.ebuild
@@ -20,7 +20,12 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="test? ( net-misc/memcached )"
+BDEPEND="
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ net-misc/memcached
+ )
+"
distutils_enable_tests nose