| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
lang/python is meant for Python libraries and other packages closely
related to the Python language. It makes more sense for borgbackup to be
in utils instead.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
setuptools-scm is a declared build dependency[1], and pkgconfig will
allow setup to find the required libraries, replacing the need to set
environment variables.
[1]: https://github.com/borgbackup/borg/blob/1.2.4/setup.py#L313
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|
|
|
|
|
|
| |
The host build replaces the use of the host pip requirements file. This
also updates the dependants of Cython to depend on the host build.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|
|
|
| |
Signed-off-by: Julien Malik <julien.malik@paraiso.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The initial package submission was missing
some required and optional dependencies
due to lack of testing on a system without any python
related packages pre-installed.
Some optional but highly recommended dependencies
were discovered with the stdlib module as described in:
https://github.com/openwrt/packages/blob/392a68e24774294590abf9c08ea1832f2cee190d/lang/python/README.md
Fixes #20441
Signed-off-by: Julien Malik <julien.malik@paraiso.me>
|
|
|
|
| |
Signed-off-by: Julien Malik <julien.malik@paraiso.me>
|
|
Signed-off-by: Julien Malik <julien.malik@paraiso.me>
|