]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
Snappy dev package missing from deb_builder()
authorSandon Van Ness <sandon@inktank.com>
Tue, 29 Jul 2014 15:31:42 +0000 (08:31 -0700)
committerSandon Van Ness <sandon@inktank.com>
Tue, 29 Jul 2014 15:31:42 +0000 (08:31 -0700)
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
fabfile.py

index 6626cc70d76c48ff38edb1399e04dc11b122415a..4bd24bc0f523b0a820d574dc779d462f8e695fcc 100644 (file)
@@ -705,6 +705,7 @@ def _deb_builder(git_url, flavor, extra_remotes={}):
             'libleveldb-dev',
             'yasm',
             'python-nose',
+            'libsnappy-dev',
             ],
         )
     _deb_install_extras()