1
0
Fork 0

added subprocess-tee dependency

This commit is contained in:
Jimmy2027 2020-12-14 18:26:07 +01:00
parent b5e5490fac
commit 9cb718bdcf
1 changed files with 2 additions and 2 deletions

View File

@ -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}"