зеркало из https://github.com/mozilla/eideticker.git
Bug 959968 - Remove mozbase submodule;r=davehunt
This commit is contained in:
Родитель
cf3ddb9402
Коммит
0b33d06ae0
|
@ -10,9 +10,6 @@
|
||||||
[submodule "src/templeton"]
|
[submodule "src/templeton"]
|
||||||
path = src/templeton
|
path = src/templeton
|
||||||
url = git://github.com/wlach/templeton.git
|
url = git://github.com/wlach/templeton.git
|
||||||
[submodule "src/mozbase"]
|
|
||||||
path = src/mozbase
|
|
||||||
url = git://github.com/mozilla/mozbase.git
|
|
||||||
[submodule "src/tests/ep1"]
|
[submodule "src/tests/ep1"]
|
||||||
path = src/tests/ep1
|
path = src/tests/ep1
|
||||||
url = git://wrla.ch/ep1.git
|
url = git://wrla.ch/ep1.git
|
||||||
|
|
|
@ -37,7 +37,6 @@ make -C src/videocapture/videocapture/decklink
|
||||||
export PIP_DEFAULT_TIMEOUT=120
|
export PIP_DEFAULT_TIMEOUT=120
|
||||||
|
|
||||||
# Install local deps
|
# Install local deps
|
||||||
$VENV/bin/python src/mozbase/setup_development.py
|
|
||||||
$VENV/bin/pip install -e src/templeton
|
$VENV/bin/pip install -e src/templeton
|
||||||
$VENV/bin/pip install -e src/eideticker
|
$VENV/bin/pip install -e src/eideticker
|
||||||
$VENV/bin/pip install -e src/videocapture
|
$VENV/bin/pip install -e src/videocapture
|
||||||
|
|
|
@ -4,7 +4,8 @@ setup(
|
||||||
version="0.1.0",
|
version="0.1.0",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'mozdevice', 'BeautifulSoup', 'gaiatest>=0.21.3', 'httplib2',
|
'mozdevice>=0.31', 'mozlog>=1.5', 'mozprofile>=0.19',
|
||||||
'b2gpopulate>=0.12'])
|
'moznetwork>=0.24', 'mozhttpd>=0.7', 'BeautifulSoup',
|
||||||
|
'gaiatest>=0.21.3', 'httplib2', 'b2gpopulate>=0.12'])
|
||||||
|
|
||||||
# FIXME: Compile decklink-capture script automatically
|
# FIXME: Compile decklink-capture script automatically
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 50bcb04fe88b053b16fa97833c252be439bed15e
|
|
Загрузка…
Ссылка в новой задаче