diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-16 23:56:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-17 00:42:19 +0200 |
commit | 70dd4a7e908a830d0543b615ce27bbb091b8fa93 (patch) | |
tree | 0f2cbeb3b4fba76ed3bbf6ca3dd4eb5a3826bc63 /dev-python/beaker | |
parent | c55bb6fbc0f194952446f2980b0172465ca06036 (diff) | |
download | gentoo-70dd4a7e908a830d0543b615ce27bbb091b8fa93.tar.gz gentoo-70dd4a7e908a830d0543b615ce27bbb091b8fa93.tar.xz |
dev-python/beaker: Add missing rdep on funcsigs
Diffstat (limited to 'dev-python/beaker')
-rw-r--r-- | dev-python/beaker/beaker-1.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |