summaryrefslogtreecommitdiff
path: root/dev-python/slackclient/slackclient-2.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/slackclient/slackclient-2.5.0.ebuild')
-rw-r--r--dev-python/slackclient/slackclient-2.5.0.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/slackclient/slackclient-2.5.0.ebuild b/dev-python/slackclient/slackclient-2.5.0.ebuild
index 9eefba4c2ded..e35c58e7f65e 100644
--- a/dev-python/slackclient/slackclient-2.5.0.ebuild
+++ b/dev-python/slackclient/slackclient-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,11 +16,8 @@ KEYWORDS="~amd64"
RESTRICT="test" # upstream does not include tests in the package tarball!
RDEPEND="
- >dev-python/aiohttp-3.5.2[${PYTHON_USEDEP}]
- >dev-python/aiodns-1.0.0[${PYTHON_USEDEP}]
- "
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${RDEPEND}"
+ dev-python/aiodns[${PYTHON_USEDEP}]
+ dev-python/aiohttp[${PYTHON_USEDEP}]"
src_prepare() {
# Upstream uses pytest-runner as an extra optional target in setup.py as