Skip to content

Commit

Permalink
dev-python/atomicwrites: Add missing mock dep for py2
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed May 25, 2020
1 parent ba84c8a commit d1ce436
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-python/atomicwrites/atomicwrites-1.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"

BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
BDEPEND="
test? (
$(python_gen_cond_dep '
dev-python/mock[${PYTHON_USEDEP}]
' -2)
)"

distutils_enable_tests pytest
distutils_enable_sphinx docs \
Expand Down

0 comments on commit d1ce436

Please sign in to comment.