mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
dev-python/asyncssh: add missing dep
Closes: https://bugs.gentoo.org/836363 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -21,7 +21,10 @@ LICENSE="ECL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND=">=dev-python/cryptography-2.8[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
>=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.6[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${REDEPEND}"
|
||||
BDEPEND="
|
||||
test? (
|
||||
|
||||
Reference in New Issue
Block a user