Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/locustio/
Date: Wed, 26 Apr 2017 07:53:24
Message-Id: 1493193188.647eafb330aa6650f0b740df3ad6434e15e75d9e.radhermit@gentoo
1 commit: 647eafb330aa6650f0b740df3ad6434e15e75d9e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 07:49:04 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 07:53:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647eafb3
7
8 dev-python/locustio: fix RDEPEND quoting
9
10 dev-python/locustio/locustio-0.7.3.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/locustio/locustio-0.7.3.ebuild b/dev-python/locustio/locustio-0.7.3.ebuild
14 index d09566de541..7892ab1e586 100644
15 --- a/dev-python/locustio/locustio-0.7.3.ebuild
16 +++ b/dev-python/locustio/locustio-0.7.3.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -23,7 +23,7 @@ DEPEND="test? (
24 RDEPEND=">=dev-python/gevent-1.0.1[${PYTHON_USEDEP}]
25 >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
26 >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
27 - >=dev-python/msgpack-0.4.2"[${PYTHON_USEDEP}]
28 + >=dev-python/msgpack-0.4.2[${PYTHON_USEDEP}]"
29
30 python_test() {
31 esetup.py test