diff options
author | 2020-10-13 11:01:24 +0200 | |
---|---|---|
committer | 2020-10-13 11:01:24 +0200 | |
commit | eb5cb74c880d460faf36db7a3204d04800b7c326 (patch) | |
tree | 1c6b2490275efcd43a7527e37af6d64ed071066e /dev-python | |
parent | dev-lua/luadbi: bump to version 0.7.2 (diff) | |
download | gentoo-eb5cb74c880d460faf36db7a3204d04800b7c326.tar.gz gentoo-eb5cb74c880d460faf36db7a3204d04800b7c326.tar.bz2 gentoo-eb5cb74c880d460faf36db7a3204d04800b7c326.zip |
dev-python/isort: add git to test dependencies
Closes: https://bugs.gentoo.org/748396
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/isort/isort-5.6.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/isort/isort-5.6.3.ebuild b/dev-python/isort/isort-5.6.3.ebuild index d110e4d7d91a..d7fb132613a9 100644 --- a/dev-python/isort/isort-5.6.3.ebuild +++ b/dev-python/isort/isort-5.6.3.ebuild @@ -23,6 +23,7 @@ BDEPEND=" dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/pylama[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-vcs/git ) " |