dev-python/beaker: Add missing rdep on funcsigs

This commit is contained in:
Michał Górny
2017-05-16 23:56:58 +02:00
parent c55bb6fbc0
commit 70dd4a7e90

View File

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