summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 16:41:54 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 17:23:36 +0200
commitc2a221f7735abc2d0c7d84ba31e68cb58baae50c (patch)
treeb63e97d96cd3d30634c7d3640f7cae52fcafa7d4 /dev-python/autobahn
parentdev-python/pyqrcode: Use PEP517 build (diff)
downloadgentoo-c2a221f7735abc2d0c7d84ba31e68cb58baae50c.tar.gz
gentoo-c2a221f7735abc2d0c7d84ba31e68cb58baae50c.tar.bz2
gentoo-c2a221f7735abc2d0c7d84ba31e68cb58baae50c.zip
dev-python/autobahn: Remove unneeded test dep on dev-python/pyqrcode
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r--dev-python/autobahn/autobahn-22.4.2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/autobahn/autobahn-22.4.2.ebuild b/dev-python/autobahn/autobahn-22.4.2.ebuild
index a15603075d58..7bb27671fd5c 100644
--- a/dev-python/autobahn/autobahn-22.4.2.ebuild
+++ b/dev-python/autobahn/autobahn-22.4.2.ebuild
@@ -11,9 +11,11 @@ inherit distutils-r1 optfeature
MY_P=${PN}-$(ver_rs 3 -)
DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio"
-HOMEPAGE="https://pypi.org/project/autobahn/
+HOMEPAGE="
https://crossbar.io/autobahn/
- https://github.com/crossbario/autobahn-python"
+ https://github.com/crossbario/autobahn-python/
+ https://pypi.org/project/autobahn/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
@@ -47,7 +49,6 @@ BDEPEND="
>=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}]
>=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
>=dev-python/pytrie-0.4[${PYTHON_USEDEP}]
- >=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
>=dev-python/cffi-1.14.5[${PYTHON_USEDEP}]
>=dev-python/argon2-cffi-20.1.0[${PYTHON_USEDEP}]
>=dev-python/passlib-1.7.4[${PYTHON_USEDEP}]