diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-14 11:53:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-14 11:54:19 +0100 |
commit | 988906ed954b41c3cacb67a2e626759473b0b39d (patch) | |
tree | 0db1b5cdf7a5199accef5211864643c06eaf960e /dev-python | |
parent | dev-python/argon2-cffi: stable 21.3.0-r1 for hppa, bug #830962 (diff) | |
download | gentoo-988906ed954b41c3cacb67a2e626759473b0b39d.tar.gz gentoo-988906ed954b41c3cacb67a2e626759473b0b39d.tar.bz2 gentoo-988906ed954b41c3cacb67a2e626759473b0b39d.zip |
dev-python/installer: Add mock test dep
Closes: https://bugs.gentoo.org/831169
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/installer/installer-0.4.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/installer/installer-0.4.0.ebuild b/dev-python/installer/installer-0.4.0.ebuild index 366c9ebc1817..4fdc9bde6479 100644 --- a/dev-python/installer/installer-0.4.0.ebuild +++ b/dev-python/installer/installer-0.4.0.ebuild @@ -24,8 +24,12 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +# NB: newer git doesn't use mock anymore BDEPEND=" app-arch/unzip + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) " distutils_enable_tests pytest |