summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-15 00:12:48 +0000
committerSam James <sam@gentoo.org>2021-12-15 00:13:42 +0000
commita4853280a48c9a0d25a2bb322569d400cbcef241 (patch)
treef1d0b13a3954429cc2c2475c52fd22c95172a8c6 /dev-embedded
parentdev-util/libtree: add 3.0.0 (diff)
downloadgentoo-a4853280a48c9a0d25a2bb322569d400cbcef241.tar.gz
gentoo-a4853280a48c9a0d25a2bb322569d400cbcef241.tar.bz2
gentoo-a4853280a48c9a0d25a2bb322569d400cbcef241.zip
dev-embedded/platformio: add missing starlette dependency
I added it specificially for this package and still forgot! Bug: https://bugs.gentoo.org/807748 Thanks-to: Nils Freydank <holgersson@posteo.de> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/platformio/platformio-5.2.3-r1.ebuild (renamed from dev-embedded/platformio/platformio-5.2.3.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-embedded/platformio/platformio-5.2.3.ebuild b/dev-embedded/platformio/platformio-5.2.3-r1.ebuild
index 32e82e7714c2..9acf0d537f4d 100644
--- a/dev-embedded/platformio/platformio-5.2.3.ebuild
+++ b/dev-embedded/platformio/platformio-5.2.3-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-core-${PV}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
$(python_gen_cond_dep '
@@ -36,6 +36,7 @@ RDEPEND="
>=dev-python/pyelftools-0.25[${PYTHON_USEDEP}]
<dev-python/pyelftools-1[${PYTHON_USEDEP}]
>=dev-python/marshmallow-2.20.5[${PYTHON_USEDEP}]
+ dev-python/starlette[${PYTHON_USEDEP}]
=dev-python/uvicorn-0.15*[${PYTHON_USEDEP}]
dev-python/wsproto[${PYTHON_USEDEP}]
dev-python/zeroconf[${PYTHON_USEDEP}]