Skip to content

Commit

Permalink
app-portage/tatt: add nattka dependency
Browse files Browse the repository at this point in the history
Needed by latest commits.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 11, 2020
1 parent 8586ddb commit 74654ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app-portage/tatt/tatt-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,23 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )

inherit distutils-r1 git-r3

DESCRIPTION="arch testing tool"
DESCRIPTION="Arch testing tool"
HOMEPAGE="https://github.com/gentoo/tatt"
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/tatt.git
https://github.com/gentoo/tatt.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="+templates"

RDEPEND="
app-portage/eix
app-portage/gentoolkit[${PYTHON_USEDEP}]
app-portage/nattka[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
www-client/pybugz
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"

python_install_all() {
distutils-r1_python_install_all
Expand Down

0 comments on commit 74654ed

Please sign in to comment.