summaryrefslogtreecommitdiff
path: root/dev-python/txaio/txaio-2.7.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/txaio/txaio-2.7.1.ebuild')
-rw-r--r--dev-python/txaio/txaio-2.7.1.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/txaio/txaio-2.7.1.ebuild b/dev-python/txaio/txaio-2.7.1.ebuild
index 0d6b45adb066..b40110804ca1 100644
--- a/dev-python/txaio/txaio-2.7.1.ebuild
+++ b/dev-python/txaio/txaio-2.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,10 +29,7 @@ DEPEND="app-arch/unzip
dev-python/alabaster[${PYTHON_USEDEP}]
)
test? ( >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
- >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}]
~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
- >=dev-python/tox-2.1.1[${PYTHON_USEDEP}]
- >=dev-python/pep8-1.6.2[${PYTHON_USEDEP}]
>=dev-python/pyenchant-1.6.6[${PYTHON_USEDEP}]
)
"
@@ -66,6 +63,6 @@ python_test() {
}
python_install_all() {
- use doc && HTML_DOCS=( doc/_build/html/. )
+ use doc && HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}