diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:38:14 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:38:14 -0500 |
commit | 5ca66de3dc463c490c57de7fb0d8db009bec527a (patch) | |
tree | 176df4269b39185c77938b12cd0d298999331f43 | |
parent | e0ea117ac7afc12bf4e0dc7cef152fb1f9149a39 (diff) |
multimedia/openshot: Fixed dep info
-rw-r--r-- | multimedia/openshot/README | 7 | ||||
-rw-r--r-- | multimedia/openshot/openshot.info | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/multimedia/openshot/README b/multimedia/openshot/README index 802e5ac3d549b..b25604dbd236d 100644 --- a/multimedia/openshot/README +++ b/multimedia/openshot/README @@ -5,10 +5,3 @@ audio, and image formats. Blender is an optional runtime dependency (for animated titles), as is inkscape. To use them, set the full paths for the blender and inkscape executables in the preferences menu. - -OpenShot depends on several of its dependent packages' support for python3. -In many cases, the python3 support is optional in the dependent packages -themselves so python3 is not listed in their REQUIRES field. As a result, -automatic build queue generators will most likely _not_ provide a usable -build queue. It is recommended that python3 be the first package to be built -and installed before all the other packages required for openshot. diff --git a/multimedia/openshot/openshot.info b/multimedia/openshot/openshot.info index a34cc5b29d863..299ded68d3121 100644 --- a/multimedia/openshot/openshot.info +++ b/multimedia/openshot/openshot.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.5.1/openshot-qt-2.5 MD5SUM="e59bf56ac01aee5f43491aebebe479a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-PyQt5 python3-pyzmq libopenshot python-chardet httplib2 jack python-certifi python-requests" +REQUIRES="python3-pyzmq libopenshot httplib2 jack" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" |