net-misc/fb-client: Add missing python deps
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
b753016051
commit
f9a9468621
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI="7"
|
||||||
@ -24,9 +24,11 @@ fi
|
|||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+clipboard"
|
IUSE="+clipboard"
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
RESTRICT="test" # this packages has no tests
|
RESTRICT="test" # this packages has no tests
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|
${PYTHON_DEPS}
|
||||||
dev-python/pyxdg[${PYTHON_USEDEP}]
|
dev-python/pyxdg[${PYTHON_USEDEP}]
|
||||||
dev-python/pycurl[${PYTHON_USEDEP}]
|
dev-python/pycurl[${PYTHON_USEDEP}]
|
||||||
clipboard? ( x11-misc/xclip )
|
clipboard? ( x11-misc/xclip )
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI="7"
|
||||||
@ -24,9 +24,11 @@ fi
|
|||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+clipboard"
|
IUSE="+clipboard"
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
RESTRICT="test" # this packages has no tests
|
RESTRICT="test" # this packages has no tests
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|
${PYTHON_DEPS}
|
||||||
dev-python/pyxdg[${PYTHON_USEDEP}]
|
dev-python/pyxdg[${PYTHON_USEDEP}]
|
||||||
dev-python/pycurl[${PYTHON_USEDEP}]
|
dev-python/pycurl[${PYTHON_USEDEP}]
|
||||||
clipboard? ( x11-misc/xclip )
|
clipboard? ( x11-misc/xclip )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user