Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OBITools
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
18
Issues
18
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools
Commits
6be099b8
Commit
6be099b8
authored
Apr 16, 2015
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
parent
37d24feb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
build_ext.py
distutils.ext/obidistutils/command/build_ext.py
+1
-1
build_sphinx.py
distutils.ext/obidistutils/command/build_sphinx.py
+2
-1
No files found.
distutils.ext/obidistutils/command/build_ext.py
View file @
6be099b8
...
...
@@ -15,7 +15,7 @@ from obidistutils.serenity.rerun import rerun_with_anothe_python
try
:
from
Cython.Distutils
import
build_ext
as
ori_build_ext
# @UnresolvedImport
except
ImportError
:
if
install_requirements
():
if
not
is_serenity
()
and
install_requirements
():
log
.
info
(
"Restarting installation with all dependencies ok"
)
rerun_with_anothe_python
(
os
.
path
.
realpath
(
sys
.
executable
))
...
...
distutils.ext/obidistutils/command/build_sphinx.py
View file @
6be099b8
...
...
@@ -7,13 +7,14 @@ Created on 10 mars 2015
from
distutils
import
log
from
obidistutils.serenity.checkpackage
import
install_requirements
from
obidistutils.serenity.rerun
import
rerun_with_anothe_python
from
obidistutils.serenity
import
is_serenity
import
os
import
sys
try
:
from
sphinx.setup_command
import
BuildDoc
as
ori_build_sphinx
except
ImportError
:
if
install_requirements
():
if
not
is_serenity
()
and
install_requirements
():
log
.
info
(
"Restarting installation with all dependencies ok"
)
rerun_with_anothe_python
(
os
.
path
.
realpath
(
sys
.
executable
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment