mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix typo on the python version
This commit is contained in:
parent
b5f78a5784
commit
29747c93d9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ parts:
|
||||||
electrum:
|
electrum:
|
||||||
source: .
|
source: .
|
||||||
plugin: python
|
plugin: python
|
||||||
python-version: python
|
python-version: python2
|
||||||
stage-packages: [python-qt4]
|
stage-packages: [python-qt4]
|
||||||
build-packages: [pyqt4-dev-tools]
|
build-packages: [pyqt4-dev-tools]
|
||||||
install: pyrcc4 icons.qrc -o $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/electrum_gui/qt/icons_rc.py
|
install: pyrcc4 icons.qrc -o $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/electrum_gui/qt/icons_rc.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue