mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
android build: make sure to use correct pycryptodomex
note: buildozer casts all actual paths to lowercase but not the list of excluded paths...
see 182d13f102/buildozer/__init__.py (L775)
This commit is contained in:
parent
01f582cc14
commit
5f817770af
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ source.exclude_dirs = bin, build, dist, contrib,
|
|||
electrum/tests,
|
||||
electrum/gui/qt,
|
||||
electrum/gui/kivy/tools,
|
||||
electrum/gui/kivy/theming/light
|
||||
electrum/gui/kivy/theming/light,
|
||||
# exclude pycryptodomex built by make_packages; android needs custom version
|
||||
packages/cryptodome
|
||||
# (list) List of exclusions using pattern matching
|
||||
source.exclude_patterns = Makefile,setup*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue