[packages/python-pafy] require python package with youtube-dl

atler atler at pld-linux.org
Sun Jan 13 16:26:35 CET 2019


commit e1a0d8e9e3bcf815f7205406a276ec7d85cdec6e
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jan 13 16:24:24 2019 +0100

    require python package with youtube-dl
    
    internal backend is quite useless

 python-pafy.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-pafy.spec b/python-pafy.spec
index 38030c0..62c890d 100644
--- a/python-pafy.spec
+++ b/python-pafy.spec
@@ -28,7 +28,7 @@ BuildRequires:	python3-modules
 BuildRequires:	python3-setuptools
 %endif
 Requires:	python-modules
-Suggests:	youtube-dl
+Requires:	python-youtube-dl
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -59,6 +59,7 @@ Summary:	-
 Summary(pl.UTF-8):	-
 Group:		Libraries/Python
 Requires:	python3-modules
+Requires:	python3-youtube-dl
 
 %description -n python3-%{module}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pafy.git/commitdiff/e1a0d8e9e3bcf815f7205406a276ec7d85cdec6e



More information about the pld-cvs-commit mailing list