Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

branching vim to have vim with python

$
0
0
Hi

I am wanting to experiment building a package with OBS. I wanted to branch https://build.opensuse.org/package/show/editors/vim .

Currently vim isn't built with python in, so that if in vim you used the command

Code:

:echo has('python')
would return 1, it currently returns 0. This stops it having ipython integration.

in the vim.spec I can see a buildrequires for python-devel, just wondering why this isn't then building python in so it would echo 1 and allow ipyhon integration to work.

Code:

BuildRequires:  pkgconfig
BuildRequires:  python-devel
BuildRequires:  python3-devel


Viewing all articles
Browse latest Browse all 40713

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>