From 70dd4a7e908a830d0543b615ce27bbb091b8fa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 16 May 2017 23:56:58 +0200 Subject: [PATCH] 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 f3199efe96338..26e77aedf998e 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