commit: 70dd4a7e908a830d0543b615ce27bbb091b8fa93
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 21:56:58 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 16 22:42:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dd4a7e
dev-python/beaker: Add missing rdep on funcsigs
dev-python/beaker/beaker-1.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/beaker/beaker-1.8.0-r1.ebuild
b/dev-python/beaker/beaker-1.8.0-r1.ebuild
index f3199efe963..26e77aedf99 100644
--- a/dev-python/beaker/beaker-1.8.0-r1.ebuild
+++ b/dev-python/beaker/beaker-1.8.0-r1.ebuild
@@ -16,9 +16,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+RDEPEND="virtual/python-funcsigs[${PYTHON_USEDEP}]"
# webtest-based tests are skipped when webtest is not installed
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
# Py2.7 fais some tests without this
DISTUTILS_IN_SOURCE_BUILD=1