diff options
Diffstat (limited to 'dev-python/pyls/pyls-0.21.2-r1.ebuild')
-rw-r--r-- | dev-python/pyls/pyls-0.21.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyls/pyls-0.21.2-r1.ebuild b/dev-python/pyls/pyls-0.21.2-r1.ebuild index 4d74e1c..7983264 100644 --- a/dev-python/pyls/pyls-0.21.2-r1.ebuild +++ b/dev-python/pyls/pyls-0.21.2-r1.ebuild @@ -11,7 +11,8 @@ S="${WORKDIR}/python-language-server-${PV}" LICENSE="MIT" KEYWORDS="amd64 ~x86" SLOT="0" -IUSE="test" +IUSE="" +PATCHES=( "${FILESDIR}/setup.py-exclude-all-test-modules.patch" ) RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/future-0.14.0 |