FS#43716 - [python-jedi] package version 0.8.1-1 doesn't satisfy requirement jedi>=0.8.1
Attached to Project:
Community Packages
Opened by Erik Johnson (archtaku) - Thursday, 05 February 2015, 23:46 GMT
Last edited by Jelle van der Waa (jelly) - Thursday, 19 February 2015, 19:24 GMT
Opened by Erik Johnson (archtaku) - Thursday, 05 February 2015, 23:46 GMT
Last edited by Jelle van der Waa (jelly) - Thursday, 19 February 2015, 19:24 GMT
|
Details
Description:
Python based applications (such as ptpython from the AUR) which include jedi>=0.8.1 as a dependency, throw errors that the requirement is not satisfied. This seems to be because jedi has a __version__ attribute of '0.8.1-final0'. Installing 0.8.1 fixes this issue, so a simple rebuild without the "_pkgver" variable in the PKGBUILD (and refs to "_pkgver" updated to "pkgver") should be sufficient to resolve this. Additional info: * package version(s) python{,2}-jedi-0.8.1-1 |
This task depends upon
Closed by Jelle van der Waa (jelly)
Thursday, 19 February 2015, 19:24 GMT
Reason for closing: Fixed
Additional comments about closing: Took me some time to parse the report, but I've fixed the issue with pkgrel=2
>>> jedi.__version__
'0.8.1'
Thursday, 19 February 2015, 19:24 GMT
Reason for closing: Fixed
Additional comments about closing: Took me some time to parse the report, but I've fixed the issue with pkgrel=2
>>> jedi.__version__
'0.8.1'