Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
Date: Sun, 26 Sep 2021 19:34:39
Message-Id: 1632684411.8ee64b2b29c1247d384077b8eea2d5ef91eba60d.Alessandro-Barbieri@gentoo
1 commit: 8ee64b2b29c1247d384077b8eea2d5ef91eba60d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 26 19:26:51 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 26 19:26:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ee64b2b
7
8 dev-python/oslo-cache: remove hacking constraint
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
16 index 548c6b118..14a807cce 100644
17 --- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
18 +++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
19 @@ -36,7 +36,6 @@ DEPEND="
20 ${RDEPEND}
21 test? (
22 >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
23 - <dev-python/hacking-3.1.0[${PYTHON_USEDEP}]
24 >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
25 >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
26 >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]