dev-python/oslotest: only run sphinx if doc is enabled
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 3 Dec 2017 01:40:22 +0000 (19:40 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 3 Dec 2017 01:40:56 +0000 (19:40 -0600)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

dev-python/oslotest/oslotest-2.17.1.ebuild

index b030faf9630f3a316b9209b00d4409e3dacb7e5b..c77840476418ce353611eef400f4c4552ed04ffa 100644 (file)
@@ -47,8 +47,6 @@ RDEPEND="
 
 python_compile_all() {
        if use doc; then
-               esetup.py build_sphinx
-       else
                esetup.py build_sphinx -b man
        fi
 }