--- debian/changelog | 7 +++++++ setup.py | 1 + 2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog index 6c30e45..80292bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +live-wrapper (0.6+nmu1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add a dependency on python-pycurl, needed by lwr (closes: #861994) + + -- Florian Schlichting <f...@debian.org> Tue, 16 May 2017 23:06:46 +0200 + live-wrapper (0.6) unstable; urgency=medium [ Ana C. Custura ] diff --git a/setup.py b/setup.py index 761f609..e573266 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( 'cliapp >= 1.20150829', 'vmdebootstrap', 'requests', + 'pycurl', 'python-apt' ], entry_points={ -- 2.11.0