diff options
| author | 2020-08-04 21:29:01 +0000 | |
|---|---|---|
| committer | 2020-08-04 21:29:23 +0000 | |
| commit | 98e5f1e6a2dbadc2cec4d4cfdd669044e6aeda46 (patch) | |
| tree | ff3bf1e4c3cc781d2e03718ec12e4bc524540bad | |
| parent | dev-haskell/list: bump up to 0.6.2 (diff) | |
| download | gentoo-98e5f1e6a2dbadc2cec4d4cfdd669044e6aeda46.tar.gz gentoo-98e5f1e6a2dbadc2cec4d4cfdd669044e6aeda46.tar.bz2 gentoo-98e5f1e6a2dbadc2cec4d4cfdd669044e6aeda46.zip | |
dev-python/rq: add missing mock test dep
Closes: https://bugs.gentoo.org/735962
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
| -rw-r--r-- | dev-python/rq/rq-1.5.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild index 9bdebc9d6b3f..d62e57cf1504 100644 --- a/dev-python/rq/rq-1.5.0.ebuild +++ b/dev-python/rq/rq-1.5.0.ebuild @@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" BDEPEND=" test? ( dev-db/redis + dev-python/mock[${PYTHON_USEDEP}] dev-python/sentry-sdk[${PYTHON_USEDEP}] ) " |
