Skip to content

Allow interdepend python packages from source control

Compare
Choose a tag to compare
@TyberiusPrime TyberiusPrime released this 08 Dec 09:35
· 111 commits to main since this release

This release allows specifing interdependencies between
python packages using the {method = "..."} syntax which are not on pypi/nixpkgs.

To do so, you need to add overrides = ["other_package_name"].

See examples/python_buildPackage_interdependency_with_overrides/anysnake2.toml for an example.