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
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.
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')
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