diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-02-22 16:05:17 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-02-22 16:39:12 -0600 |
commit | b3c7ef2c8d8af6bcd70347cf08e73405bebf181c (patch) | |
tree | 0cb8a80d550693283d1604cdf749988163086d78 /dev-python/pychromecast | |
parent | dev-python/debtcollector: Port to python 3.9 (diff) | |
download | gentoo-b3c7ef2c8d8af6bcd70347cf08e73405bebf181c.tar.gz gentoo-b3c7ef2c8d8af6bcd70347cf08e73405bebf181c.tar.bz2 gentoo-b3c7ef2c8d8af6bcd70347cf08e73405bebf181c.zip |
dev-python/pychromecast: 8.1.0 bump
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pychromecast')
-rw-r--r-- | dev-python/pychromecast/pychromecast-8.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pychromecast/pychromecast-8.1.0.ebuild b/dev-python/pychromecast/pychromecast-8.1.0.ebuild index 431e00634fc0..b74881ecd2c2 100644 --- a/dev-python/pychromecast/pychromecast-8.1.0.ebuild +++ b/dev-python/pychromecast/pychromecast-8.1.0.ebuild @@ -15,8 +15,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=" - >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}] +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} >=dev-python/protobuf-python-3.0.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.0[${PYTHON_USEDEP}] - >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]" + >=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}] + >=dev-python/casttube-0.2.0[${PYTHON_USEDEP}]" |