Codebase list python-pynvim / b75398a
Add Provides: vim-python{,3}. (Closes: #872942) VĂ­ctor Cuadrado Juan 5 years ago
1 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3333 Depends:
3434 ${misc:Depends},
3535 ${python:Depends}
36 Provides: ${python:Provides}
36 Provides:
37 ${python:Provides},
38 vim-python,
3739 Breaks: neovim (<< 0.2.1)
3840 Recommends: neovim
3941 Description: Python2 library for scripting Neovim processes through its msgpack-rpc API
4951 Depends:
5052 ${misc:Depends},
5153 ${python3:Depends}
52 Provides: ${python3:Provides}
54 Provides:
55 ${python3:Provides},
56 vim-python3,
5357 Breaks: neovim (<< 0.2.1)
5458 Recommends: neovim
5559 Description: Python3 library for scripting Neovim processes through its msgpack-rpc API