FS#70734 - [borg] Please add mandatory python dependency

Attached to Project: Community Packages
Opened by Link Mauve (linkmauve) - Thursday, 06 May 2021, 10:51 GMT
Last edited by Morten Linderud (Foxboron) - Saturday, 22 May 2021, 19:19 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Morten Linderud (Foxboron)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
borg is written in Python, and thus depends on this interpreter

Additional info:
* package version(s)
borg 1.1.16-3
* config and/or log files etc.
N/A
* link to upstream bug report, if any
N/A

Steps to reproduce:
% pacman -S borg
% borg
zsh: /usr/bin/borg: bad interpreter: /usr/bin/python: no such file or directory
This task depends upon

Closed by  Morten Linderud (Foxboron)
Saturday, 22 May 2021, 19:19 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.1.16-5
Comment by Morten Linderud (Foxboron) - Thursday, 06 May 2021, 11:01 GMT
Ahh, I was terribly confused since it should pull some python dependency. Turns out this was only `python-setuptools` which was moved to `makedepends` following a todo. I apparently missed that nothing would be pulling inn python.

https://github.com/archlinux/svntogit-community/commit/28eda971d285e67621ff8ead53da7cd341248cd4#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Loading...