From 4010485ea9cbcadc021e467f1d6fec34cbbd2678 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 4 Jan 2017 09:20:44 +0000 Subject: [PATCH] Use snapcraft from packages snapcraft is not yet pip installable, so use from installed packages for the time being. Change-Id: Ib6f065efba5a905bde23eeaf9fcf55776f3d6441 --- bindep.txt | 1 + requirements.txt | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..5816a55 --- /dev/null +++ b/bindep.txt @@ -0,0 +1 @@ +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