From 29747c93d9cde1976ca576a7390bdb30558e45f7 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 15 Jun 2017 19:12:46 +0000 Subject: [PATCH] fix typo on the python version --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 08a761b9..ee648003 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -16,7 +16,7 @@ parts: electrum: source: . plugin: python - python-version: python + python-version: python2 stage-packages: [python-qt4] build-packages: [pyqt4-dev-tools] install: pyrcc4 icons.qrc -o $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/electrum_gui/qt/icons_rc.py