| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Embed git in package | yum | 2023-01-01 |
| | | | | | | | | package.ps1 fetches PortableGit and embeds it in the package. This eliminates all but one runtime dependency (MSVC++ Redistributable). * Move Python into a new FOSS folder. | ||
| * | Check in `future` package | yum | 2022-12-17 |
| I hit some issues installing Whisper and had to embed this package. I haven't taken the time to deeply understand what's going on. I think that embedded Python follows different rules about resolving module paths than regular system Python. Basically, `future`'s setup.py has a line like `import src`, where `src` is a module inside future (like `future/src/__init__.py`). This doesn't work unless we put that directory on the search path. | |||
