Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-sanic/
Date: Sun, 30 May 2021 15:53:39
Message-Id: 1622389998.01f86b513b676cfd6d355bcf3d03f8fedd8c2c7a.andrewammerlaan@gentoo
1 commit: 01f86b513b676cfd6d355bcf3d03f8fedd8c2c7a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 15:52:49 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 15:53:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01f86b51
7
8 dev-python/pytest-sanic: drop websockets restriction
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 RepoMan-Options: --force
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 dev-python/pytest-sanic/pytest-sanic-1.7.1.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/dev-python/pytest-sanic/pytest-sanic-1.7.1.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.7.1.ebuild
18 index ae354f58f..68fed1c3a 100644
19 --- a/dev-python/pytest-sanic/pytest-sanic-1.7.1.ebuild
20 +++ b/dev-python/pytest-sanic/pytest-sanic-1.7.1.ebuild
21 @@ -24,7 +24,6 @@ RDEPEND="
22 >=dev-python/httpx-0.15.4[${PYTHON_USEDEP}]
23 >=dev-python/pytest-5.2[${PYTHON_USEDEP}]
24 >=dev-python/websockets-8.1[${PYTHON_USEDEP}]
25 - <dev-python/websockets-9.0[${PYTHON_USEDEP}]
26 "
27 DEPEND="
28 ${RDEPEND}