Package: python-pylxd / 2.0.0~b1-2

Metadata

Package Version Patches format
python-pylxd 2.0.0~b1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix install.patch | (download)

setup.py | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 fix install
 The requests and requests-unixsocket setup_requires= in setup.py are annoying,
 because needed at clean time. This patch removes them, and it's not a problem
 since we have the Debian (build-)dependencies.
skip wsp4y.patch | (download)

pylxd/deprecated/connection.py | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 skip ws4py tests
Fix six.PY34 into six.PY3.patch | (download)

pylxd/deprecated/connection.py | 4 2 + 2 - 0 !
pylxd/deprecated/tests/test_connection.py | 6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 [patch] fix six.py34 into six.py3
 This otherwise fail to build in Jessie.