dev-python/paramiko: fix QA warning about tests

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2019-11-24 11:05:56 -05:00
parent dadb75352c
commit 779b24298d
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
IUSE="doc examples server test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]

View File

@@ -18,6 +18,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
IUSE="doc examples server test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]