diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-04-26 03:49:04 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-04-26 03:53:08 -0400 |
commit | 647eafb330aa6650f0b740df3ad6434e15e75d9e (patch) | |
tree | b965c2081ecd51cc9174298a8dc09844a7848fa6 /dev-python/locustio | |
parent | x11-terms/qterminal: amd64 stable wrt bug #616574 (diff) | |
download | gentoo-647eafb330aa6650f0b740df3ad6434e15e75d9e.tar.gz gentoo-647eafb330aa6650f0b740df3ad6434e15e75d9e.tar.bz2 gentoo-647eafb330aa6650f0b740df3ad6434e15e75d9e.zip |
dev-python/locustio: fix RDEPEND quoting
Diffstat (limited to 'dev-python/locustio')
-rw-r--r-- | dev-python/locustio/locustio-0.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/locustio/locustio-0.7.3.ebuild b/dev-python/locustio/locustio-0.7.3.ebuild index d09566de541e..7892ab1e586c 100644 --- a/dev-python/locustio/locustio-0.7.3.ebuild +++ b/dev-python/locustio/locustio-0.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ DEPEND="test? ( RDEPEND=">=dev-python/gevent-1.0.1[${PYTHON_USEDEP}] >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] - >=dev-python/msgpack-0.4.2"[${PYTHON_USEDEP}] + >=dev-python/msgpack-0.4.2[${PYTHON_USEDEP}]" python_test() { esetup.py test |