FS#63135 - [vim-ultisnips] wrong python dependency specified in PKGBUILD

Attached to Project: Community Packages
Opened by filip (filip) - Tuesday, 09 July 2019, 13:26 GMT
Last edited by Toolybird (Toolybird) - Thursday, 27 April 2023, 06:14 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

In the PKGBUILD file python2 is specified as a dependency:
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/vim-ultisnips#n11

However, if python (== python3) is present on the system then UltiSnips
will use Python3. This yields to python2 being pulled in but not
being used on most Arch Linux systems because python3 is the preferred
python dependency version.

Steps to reproduce:

It's easy to see which python version is active in UltiSnips by entering
the following ex command inside vim:
:echo g:_uspy
This task depends upon

Closed by  Toolybird (Toolybird)
Thursday, 27 April 2023, 06:14 GMT
Reason for closing:  Fixed
Additional comments about closing:  python2 is long gone.

Loading...