dev-python/pyclip: Fix docs installation

The README.md in the repo is a symlink, so einstalldocs doesn't know how
to handle it.

Signed-off-by: Ryan Fox <flewkey@2a03.party>
Closes: https://bugs.gentoo.org/847178
This commit is contained in:
Ryan Fox
2022-05-26 13:38:44 -07:00
parent a5e3b8259c
commit d75e81c26b
3 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="${S}/docs/README.md"
DEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )

View File

@@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="${S}/docs/README.md"
DEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )

View File

@@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="${S}/docs/README.md"
DEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )