diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-04-18 10:27:28 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 09:35:54 +0200 |
commit | c049a2465b1248218a86102654316fe4244a564f (patch) | |
tree | 023a0b0fe422bec7c3956d8319289e45e0e09799 /media-video/openshot | |
parent | dev-ruby/nenv: add ruby25 (diff) | |
download | gentoo-c049a2465b1248218a86102654316fe4244a564f.tar.gz gentoo-c049a2465b1248218a86102654316fe4244a564f.tar.bz2 gentoo-c049a2465b1248218a86102654316fe4244a564f.zip |
media-video/openshot: add dev-python/requests to RDEPEND
Closes: https://bugs.gentoo.org/637448
Closes: https://github.com/gentoo/gentoo/pull/8052
Package-Manager: Portage[mgorny]-2.3.26.1
Diffstat (limited to 'media-video/openshot')
-rw-r--r-- | media-video/openshot/openshot-2.4.0-r1.ebuild (renamed from media-video/openshot/openshot-2.4.0.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/openshot/openshot-2.4.0.ebuild b/media-video/openshot/openshot-2.4.0-r1.ebuild index 9781379e1fcf..4e6a8386bce5 100644 --- a/media-video/openshot/openshot-2.4.0.ebuild +++ b/media-video/openshot/openshot-2.4.0-r1.ebuild @@ -13,7 +13,7 @@ MY_PN="${PN}-qt" MY_P="${MY_PN}-${PV}" DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies" -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot" +HOMEPAGE="https://www.openshot.org/ https://launchpad.net/openshot" SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz" LICENSE="GPL-3+" @@ -21,10 +21,11 @@ SLOT="1" KEYWORDS="amd64 x86" RDEPEND=" - dev-python/PyQt5[svg,webkit,${PYTHON_USEDEP}] - >=media-libs/libopenshot-0.1.8[python,${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP},svg,webkit] dev-python/pyzmq[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + >=media-libs/libopenshot-0.1.8[python,${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] |