diff --git a/projects/electrum-nmc/build b/projects/electrum-nmc/build index 90a9206..ae4f71d 100644 --- a/projects/electrum-nmc/build +++ b/projects/electrum-nmc/build @@ -10,7 +10,7 @@ cd /var/tmp/build/[% project %]/[% project %]-* mkdir packages cd packages -[% FOREACH dep = ['aiohttp', 'aiohttp_socks', 'aiorpcx', 'async_timeout', 'attr', 'certifi', 'chardet', 'colorama', 'dns', 'ecdsa', 'idna', 'idna_ssl', 'jsonrpclib', 'multidict', 'pyaes', 'six', 'typing_extensions', 'yarl'] -%] +[% FOREACH dep = ['aiohttp', 'aiohttp_socks', 'aiorpcx', 'async_timeout', 'attr', 'certifi', 'chardet', 'dns', 'ecdsa', 'idna', 'idna_ssl', 'jsonrpclib', 'multidict', 'pyaes', 'six', 'typing_extensions', 'yarl'] -%] tar -C . -xf $rootdir/[% c('input_files_by_name/' _ dep) %] [% END -%] @@ -19,6 +19,7 @@ cd packages [% END %] [% IF c("var/enable_qt") || c("var/enable_kivy") %] + tar -C . -xf $rootdir/[% c('input_files_by_name/' _ 'colorama') %] tar -C . -xf $rootdir/[% c('input_files_by_name/' _ 'qrcode') %] [% END %] diff --git a/projects/electrum-nmc/config b/projects/electrum-nmc/config index e5a3fc6..8d945f0 100644 --- a/projects/electrum-nmc/config +++ b/projects/electrum-nmc/config @@ -31,6 +31,7 @@ input_files: name: chardet - project: colorama name: colorama + enable: '[% c("var/enable_qt") || c("var/enable_kivy") %]' - project: dns name: dns - project: ecdsa