dev-python/decorator: Fix DOCS

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2019-04-11 14:15:27 +00:00
parent 11db79c7d5
commit 4ee0b3cb25

View File

@@ -17,7 +17,7 @@ IUSE="doc"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( docs/README.rst )
DOCS=( README.rst )
python_test() {
"${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"