diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-07 08:09:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-07 08:09:13 +0200 |
commit | f4ded9655ce7134a325031100c18b6c2e4db944a (patch) | |
tree | 843749f6f5b3418eb1b5b2a0fcaa17593b63e94d /dev-python/fsspec | |
parent | dev-python/memory_profiler: Stabilize 0.57 amd64, #722562 (diff) | |
download | gentoo-f4ded9655ce7134a325031100c18b6c2e4db944a.tar.gz gentoo-f4ded9655ce7134a325031100c18b6c2e4db944a.tar.bz2 gentoo-f4ded9655ce7134a325031100c18b6c2e4db944a.zip |
dev-python/fsspec: Fix overwritten deps
Closes: https://bugs.gentoo.org/731138
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fsspec')
-rw-r--r-- | dev-python/fsspec/fsspec-0.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fsspec/fsspec-0.7.4.ebuild b/dev-python/fsspec/fsspec-0.7.4.ebuild index 06e178338885..29d487b579e2 100644 --- a/dev-python/fsspec/fsspec-0.7.4.ebuild +++ b/dev-python/fsspec/fsspec-0.7.4.ebuild @@ -20,12 +20,12 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~x86" -distutils_enable_tests pytest - BDEPEND=" dev-python/versioneer[${PYTHON_USEDEP}] test? ( dev-vcs/git )" +distutils_enable_tests pytest + src_test() { git config --global user.email "you@example.com" || die git config --global user.name "Your Name" || die |