From 33e106e3f159282f575a6e24569c0b43abed6c2c Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 4 Jan 2017 09:20:00 +0000 Subject: [PATCH] Use snapcraft from packages snapcraft is not yet pip installable, so install from packages for the time being. Change-Id: I569237fbf50f74fa529a523b7f9fe585bd1ac9c4 --- bindep.txt | 3 +-- requirements.txt | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/bindep.txt b/bindep.txt index 55a90e5..5816a55 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,2 +1 @@ -libsodium-dev [platform:dpkg] -libapt-pkg-dev [platform:dpkg] +snapcraft [platform:dpkg] diff --git a/requirements.txt b/requirements.txt index 5f39202..4b00533 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,2 @@ # Requirements to build snap -git+https://github.com/openstack-snaps/snapcraft@fixup-install-requires#egg_name=snapcraft -# PyPi less dependencies -https://launchpad.net/ubuntu/+archive/primary/+files/python-apt_1.1.0~beta1build1.tar.xz -https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz +# NOTE empty for now until snapcraft installable from branch