summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-23 00:00:34 +0100
committerMatthew Thode <prometheanfire@gentoo.org>2021-02-22 17:05:24 -0600
commit6b2fd11867be39a2612315c9ae59829b70e0c098 (patch)
tree8e5fc89f0eadd7a3eae2126d2d4f92f79ef525b2 /dev-python/pychromecast
parentadd mox3 nosexcover oslo-sphinx and os-disk* to package.mask (diff)
downloadgentoo-6b2fd11867be39a2612315c9ae59829b70e0c098.tar.gz
gentoo-6b2fd11867be39a2612315c9ae59829b70e0c098.tar.bz2
gentoo-6b2fd11867be39a2612315c9ae59829b70e0c098.zip
dev-python/pychromecast: Mark setuptools as BDEPEND
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pychromecast')
-rw-r--r--dev-python/pychromecast/pychromecast-8.1.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/pychromecast/pychromecast-8.1.0.ebuild b/dev-python/pychromecast/pychromecast-8.1.0.ebuild
index b74881ecd2c2..e46cde8ad015 100644
--- a/dev-python/pychromecast/pychromecast-8.1.0.ebuild
+++ b/dev-python/pychromecast/pychromecast-8.1.0.ebuild
@@ -15,8 +15,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
+ >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]
- >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]"
+ >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]"