[packages/rpm-build-tools] fix python sphinx dep

glen glen at pld-linux.org
Mon Aug 10 11:00:49 CEST 2015


commit a21c7e667653829e874d37ac577b60c185b8fadc
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 10 12:00:24 2015 +0300

    fix python sphinx dep

 adapter.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index 2c2c186..c0586ff 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -2416,7 +2416,7 @@ function replace_requires(field,   pkg) {
 	sub(/^python-newt$/, "python-snack", $2)
 	sub(/^python-pygtk$/, "python-pygtk-gtk", $2)
 	sub(/^python-recaptcha-client$/, "python-recaptcha", $2)
-	sub(/^python-sphinx$/, "python-Sphinx", $2)
+	sub(/^python-sphinx$/, "sphinx-pdg", $2)
 	sub(/^python-sqlalchemy$/, "python-SQLAlchemy", $2)
 	sub(/^python-twisted$/, "python-TwistedCore", $2)
 	sub(/^python-twisted-core$/, "python-TwistedCore", $2)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/a21c7e667653829e874d37ac577b60c185b8fadc



More information about the pld-cvs-commit mailing list