diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-05-31 04:28:21 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-31 07:23:37 +0000 |
commit | 81839b69bc26535ea77d6c1c9687eb4d7a5c1e5c (patch) | |
tree | 226f397534457a12d2d8dc076d6ca47c9af688ec /dev-python/rebulk | |
parent | app-admin/ulogd: bump initscript copyright years after shebang update (diff) | |
download | gentoo-81839b69bc26535ea77d6c1c9687eb4d7a5c1e5c.tar.gz gentoo-81839b69bc26535ea77d6c1c9687eb4d7a5c1e5c.tar.bz2 gentoo-81839b69bc26535ea77d6c1c9687eb4d7a5c1e5c.zip |
dev-python/rebulk: sort deps
Closes: https://github.com/gentoo/gentoo/pull/1562
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/rebulk')
-rw-r--r-- | dev-python/rebulk/rebulk-0.7.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/rebulk/rebulk-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rebulk/rebulk-0.7.2.ebuild b/dev-python/rebulk/rebulk-0.7.2.ebuild index 0f97f9d6bf5c..2ca258c5b034 100644 --- a/dev-python/rebulk/rebulk-0.7.2.ebuild +++ b/dev-python/rebulk/rebulk-0.7.2.ebuild @@ -21,8 +21,8 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - dev-python/pytest-runner[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] ) " diff --git a/dev-python/rebulk/rebulk-9999.ebuild b/dev-python/rebulk/rebulk-9999.ebuild index 09e77761069f..3ae8e3b9a223 100644 --- a/dev-python/rebulk/rebulk-9999.ebuild +++ b/dev-python/rebulk/rebulk-9999.ebuild @@ -21,8 +21,8 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - dev-python/pytest-runner[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] ) " |