From 130cf4659bf938d1fa1bf0e936b0a43a53fa8dcb Mon Sep 17 00:00:00 2001
From: Roman Tsisyk <roman@tsisyk.com>
Date: Tue, 9 Feb 2016 10:13:34 +0300
Subject: [PATCH] Drop python-daemon dependency

---
 README.md                                     |  1 -
 doc/sphinx/dev_guide/building_from_source.rst | 12 ------------
 test-run                                      |  2 +-
 3 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 4e9ffa86b3..92e8d3eaf9 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,6 @@ This will start Tarantool in interactive mode.
 
 To run Tarantool regression tests (test/test-run.py),
 a few additional Python modules are necessary:
- * python-daemon>=1.5.5
  * PyYAML==3.10
  * argparse==1.1
  * msgpack-python==0.4.6
diff --git a/doc/sphinx/dev_guide/building_from_source.rst b/doc/sphinx/dev_guide/building_from_source.rst
index 6b74663b2a..74d9ed45b1 100644
--- a/doc/sphinx/dev_guide/building_from_source.rst
+++ b/doc/sphinx/dev_guide/building_from_source.rst
@@ -52,8 +52,6 @@ explain what the steps are, then on the Internet you can look at some example sc
 
      # For both test suite and documentation
      sudo apt-get install python-pip python-dev python-yaml
-     # For test suite
-     sudo apt-get install python-daemon
      # For documentation
      sudo apt-get install python-sphinx python-pelican python-beautifulsoup
 
@@ -81,16 +79,6 @@ explain what the steps are, then on the Internet you can look at some example sc
      cd PyYAML-3.10
      sudo python setup.py install
 
-     # python module for helping programs become daemons (daemon):
-     # For test suite: (if wget fails, check the
-     # http://pypi.python.org/pypi/python-daemon
-     # to see what the current version is.)
-     cd ~
-     wget http://pypi.python.org/packages/source/p/python-daemon/python-daemon-1.5.5.tar.gz
-     tar -xzvf python-daemon-1.5.5.tar.gz
-     cd python-daemon-1.5.5
-     sudo python setup.py install
-
      # python module for HTML scraping: For documentation:
      cd ~
      wget http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/BeautifulSoup-3.2.1.tar.gz
diff --git a/test-run b/test-run
index f3780c9a7d..8797cb15bf 160000
--- a/test-run
+++ b/test-run
@@ -1 +1 @@
-Subproject commit f3780c9a7d744e5a398046ab30e41515708d6250
+Subproject commit 8797cb15bf34f8c70519221b3b9c78f08696aba6
-- 
GitLab