diff options
Diffstat (limited to 'plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild')
| -rw-r--r-- | plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild b/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild index e2b6542..242454b 100644 --- a/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild +++ b/plover-plugin/lapwing-aio/lapwing-aio-1.5.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{6..14} ) PYPI_PN=plover-${PN} @@ -13,14 +14,14 @@ DESCRIPTION="All the necessary plugins and dictionaries for using Lapwing theory HOMEPAGE=" https://pypi.org/project/${PYPI_PN}/ " -DEPEND="app-text/plover" -RDEPEND=" - plover-plugin/dict-commands - plover-plugin/last-translation - plover-plugin/modal-dictionary - plover-plugin/python-dictionary - plover-plugin/stitching -" +DEPEND="app-text/plover[${PYTHON_SINGLE_USEDEP}]" +RDEPEND="$(python_gen_cond_dep ' + plover-plugin/dict-commands[${PYTHON_USEDEP}] + plover-plugin/last-translation[${PYTHON_USEDEP}] + plover-plugin/modal-dictionary[${PYTHON_USEDEP}] + plover-plugin/python-dictionary[${PYTHON_USEDEP}] + plover-plugin/stitching[${PYTHON_USEDEP}] +')" LICENSE="GPL-2" SLOT="0" |
