]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
fix python sphinx dep
authorElan Ruusamäe <glen@delfi.ee>
Mon, 10 Aug 2015 09:00:24 +0000 (12:00 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 10 Aug 2015 09:00:27 +0000 (12:00 +0300)
adapter.awk

index 2c2c186ce17d01d85eef2be8e14207d09b005acc..c0586ff4904b1c95aaab69fceeacb5cebb4fa3d9 100644 (file)
@@ -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)
This page took 0.031104 seconds and 4 git commands to generate.