diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-02 19:40:22 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-02 19:40:56 -0600 |
commit | 15cefa9ba8d911e264fc2b6397cbf1db34beefd2 (patch) | |
tree | fa2ab582d54e6a05f95a0d639258623c47536db7 /dev-python/oslotest | |
parent | sys-block/open-isns: Bump to v0.98 (diff) | |
download | gentoo-15cefa9ba8d911e264fc2b6397cbf1db34beefd2.tar.gz gentoo-15cefa9ba8d911e264fc2b6397cbf1db34beefd2.tar.bz2 gentoo-15cefa9ba8d911e264fc2b6397cbf1db34beefd2.zip |
dev-python/oslotest: only run sphinx if doc is enabled
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-python/oslotest')
-rw-r--r-- | dev-python/oslotest/oslotest-2.17.1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/oslotest/oslotest-2.17.1.ebuild b/dev-python/oslotest/oslotest-2.17.1.ebuild index b030faf9630f..c77840476418 100644 --- a/dev-python/oslotest/oslotest-2.17.1.ebuild +++ b/dev-python/oslotest/oslotest-2.17.1.ebuild @@ -47,8 +47,6 @@ RDEPEND=" python_compile_all() { if use doc; then - esetup.py build_sphinx - else esetup.py build_sphinx -b man fi } |