Max Ivan
Max Ivan
I was thinking, if the `-f` flag should not be specified for package dependencies, then why did @agnostic-apollo add this flag to the `termux_step_get_dependencies` function?
> But I see now that -f shouldn't do that and it should only rebuild the package itself, since if you build two packages consecutively that have similar dependencies, they...
> You have also not added `termux_check_if_package_version_built`. I think this is a redundant feature. Since this is just a check that can be implemented right in `termux_step_get_dependencies.sh` and this check...
When testing in docker, I noticed that `TERMUX_BUILD_PACKAGE_CALL_BUILT_PACKAGES_LIST` only works halfway. What I mean? I mean that this value does not allow recompilation of the dependencies of the dependency, but...
I ask for a quick check, if it looks ok to you, then I will merge it.
> Rebase and squash your extra commits. After this [commit](https://github.com/termux/termux-packages/pull/13861/commits/1242e695ce7e1a43129762ef06ba2cf3440157f7), I can't rebase (other commits appear) so only squash.
Sorry...
> It's just make life harder, just stick to the default python with pip included In theory, no. Only the installation steps will change, namely a separate installation of pip...
> > In theory, no. Only the installation steps will change, namely a separate installation of pip (which is a kind of standard). > > People always install python and...
I think that due to the policy change about adding python-related packages, this request can be reopened.