From 9cb718bdcf740a1383c54b14096eac4206efde30 Mon Sep 17 00:00:00 2001 From: Jimmy2027 Date: Mon, 14 Dec 2020 18:26:07 +0100 Subject: [PATCH] added subprocess-tee dependency --- dev-python/norby/norby-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/norby/norby-9999.ebuild b/dev-python/norby/norby-9999.ebuild index 362e266..8cd4e8d 100644 --- a/dev-python/norby/norby-9999.ebuild +++ b/dev-python/norby/norby-9999.ebuild @@ -10,13 +10,13 @@ inherit git-r3 DESCRIPTION="Get notified via a telegram bot when your bash command finished." HOMEPAGE="https://github.com/Jimmy2027/NORBY" -#SRC_URI="https://github.com/Jimmy2027/NORBY/archive/${PV}.tar.gz -> ${P}.tar.gz" EGIT_REPO_URI="https://github.com/Jimmy2027/NORBY.git" KEYWORDS="~amd64 ~x86" LICENSE="GNU General Public License v3.0" SLOT="0" DEPEND=" - dev-python/requests + dev-python/requests[${PYTHON_USEDEP}] + dev-python/subprocess-tee[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}"