dev-python/awxkit: 19.0.0-r1 revbump for test deps bug 783117

Closes: https://bugs.gentoo.org/783117
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2021-04-16 03:54:01 -07:00
parent 9cb611e1f7
commit 2dcbeb6b7e

View File

@@ -15,7 +15,15 @@ KEYWORDS="~amd64"
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]"
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
distutils_enable_tests pytest
python_prepare_all() {
sed -e 's|websocket-client==[[:digit:]\.]*|websocket-client|' -i setup.py || die
distutils-r1_python_prepare_all
}