Commit 62d28a9
committed
attempting to fix pip install Cython issues.
My last commit that fixed the python version still has issues at the
Cython install step. As best I can tell, this was added per the iOS
packaging guide from kivy:
* https://kivy.org/doc/stable-1.11.1/guide/packaging-ios.html
That said, I don't do it in my downstream buildDmg.sh script for
buskill:
* https://github.com/BusKill/buskill-app/blob/e1eb601c7307476de98eaa04164bf5736beec005/build/mac/buildDmg.sh#L121-L128
So this build just attempts to comment-it-out. Maybe we don't need
Cython at all? If this build fails, then I'll try to mimic the buskill
buildDmg.sh above, which literally installs the pip wheel directly from
the repo itself
Kivy-1.11.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl1 parent f00ab7e commit 62d28a9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments