diff options
Diffstat (limited to 'dev-python/pyls')
-rw-r--r-- | dev-python/pyls/pyls-0.21.2-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/pyls/pyls-0.21.2-r1.ebuild b/dev-python/pyls/pyls-0.21.2-r1.ebuild index 6083d3f..c4e3930 100644 --- a/dev-python/pyls/pyls-0.21.2-r1.ebuild +++ b/dev-python/pyls/pyls-0.21.2-r1.ebuild @@ -1,7 +1,7 @@ EAPI="6" PYTHON_COMPAT=( python3_{4,5,6,7} ) -inherit python-single-r1 +inherit distutils-r1 DESCRIPTION="Python Language Server" HOMEPAGE="https://github.com/palantir/python-language-server" @@ -14,13 +14,9 @@ SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS} +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/future-0.14.0 >=dev-python/jedi-0.12 dev-python/jsonrpc-server dev-python/pluggy" DEPEND="${RDEPEND}" - -pkg_setup() { - python-single-r1_pkg_setup -} |