commit: f522894fea466602465267ac23c346548a5d64d6
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 09:02:08 2018 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 09:02:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f522894f
dev-embedded/platformio: Add missing dep
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-embedded/platformio/platformio-3.5.3.ebuild | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/dev-embedded/platformio/platformio-3.5.3.ebuild
b/dev-embedded/platformio/platformio-3.5.3.ebuild
index 4aa69072b25..1f41bb03d1a 100644
--- a/dev-embedded/platformio/platformio-3.5.3.ebuild
+++ b/dev-embedded/platformio/platformio-3.5.3.ebuild
@@ -20,13 +20,15 @@ IUSE=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
- >=dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}]
- >=dev-python/pyserial-3[${PYTHON_USEDEP}]
- <dev-python/pyserial-4[${PYTHON_USEDEP}]
- >=dev-python/lockfile-0.9.1[${PYTHON_USEDEP}]
- <dev-python/lockfile-0.13[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
+ <dev-python/arrow-1[${PYTHON_USEDEP}]
+ <dev-python/bottle-0.13[${PYTHON_USEDEP}]
>=dev-python/click-5[${PYTHON_USEDEP}]
<dev-python/click-6[${PYTHON_USEDEP}]
- <dev-python/bottle-0.13[${PYTHON_USEDEP}]
- <dev-python/arrow-1[${PYTHON_USEDEP}]"
+ dev-python/colorama[${PYTHON_USEDEP}]
+ <dev-python/lockfile-0.13[${PYTHON_USEDEP}]
+ >=dev-python/lockfile-0.9.1[${PYTHON_USEDEP}]
+ >=dev-python/pyserial-3[${PYTHON_USEDEP}]
+ <dev-python/pyserial-4[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.4[${PYTHON_USEDEP}]
+ <dev-python/requests-3[${PYTHON_USEDEP}]
+ >=dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}]"