diff options
author | Aaron Bauman <bman@gentoo.org> | 2016-12-23 08:19:15 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2016-12-23 08:20:55 +0900 |
commit | 92d844cb7150cdc3aaa2feccc69703260f272b29 (patch) | |
tree | 3b7ba1938781d1ca9048d680a0d5ce0f18672afb /app-portage/tatt | |
parent | haskell-cabal.eclass: respect AR option (diff) | |
download | gentoo-92d844cb7150cdc3aaa2feccc69703260f272b29.tar.gz gentoo-92d844cb7150cdc3aaa2feccc69703260f272b29.tar.bz2 gentoo-92d844cb7150cdc3aaa2feccc69703260f272b29.zip |
app-portage/tatt: add Python requests dependency
Diffstat (limited to 'app-portage/tatt')
-rw-r--r-- | app-portage/tatt/tatt-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index 96f747e3f77a..b053325115df 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -22,7 +22,8 @@ RDEPEND=" app-portage/eix app-portage/gentoolkit www-client/pybugz - dev-python/configobj[${PYTHON_USEDEP}]" + dev-python/configobj[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" |