Remove pyrsync dependency

BUG: https://bugs.launchpad.net/freezer/+bug/1430865
Change-Id: I0685c21069cfc53da742e8b724a53907dbc0c3fb
This commit is contained in:
Zahari Zahariev 2015-03-11 15:51:27 +00:00
parent fbfdb958e2
commit 000d002f46
2 changed files with 1 additions and 5 deletions

View File

@ -82,10 +82,7 @@ setup(
'python-keystoneclient>=0.7.0',
'pymysql',
'pymongo',
'docutils>=0.8.1',
'pyrsync'],
dependency_links=[
"git+https://github.com/isislovecruft/pyrsync.git#egg=pyrsync"],
'docutils>=0.8.1'],
extras_require={
'testing': ['pytest', 'flake8'],
}

View File

@ -11,7 +11,6 @@ deps =
pytest-cov
pytest-xdist
pymysql
git+https://github.com/isislovecruft/pyrsync.git#egg=pyrsync
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}