summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2019-04-11 14:15:27 +0000
committerPatrick Lauer <patrick@gentoo.org>2019-04-11 14:15:27 +0000
commit4ee0b3cb257be1232ee16138f851a575f1ace69a (patch)
treec46654822df752adee030ab16da2a524ee7546f9 /dev-python/decorator/decorator-4.3.2.ebuild
parentmedia-gfx/dcraw: Fix deps (diff)
downloadgentoo-4ee0b3cb257be1232ee16138f851a575f1ace69a.tar.gz
gentoo-4ee0b3cb257be1232ee16138f851a575f1ace69a.tar.bz2
gentoo-4ee0b3cb257be1232ee16138f851a575f1ace69a.zip
dev-python/decorator: Fix DOCS
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-python/decorator/decorator-4.3.2.ebuild')
-rw-r--r--dev-python/decorator/decorator-4.3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-4.3.2.ebuild b/dev-python/decorator/decorator-4.3.2.ebuild
index 76c5d0afd150..6384cf96bba9 100644
--- a/dev-python/decorator/decorator-4.3.2.ebuild
+++ b/dev-python/decorator/decorator-4.3.2.ebuild
@@ -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}"