1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +01:00

Moved py2 packages to 16.04/18.04 sections

This commit is contained in:
2021-01-19 11:25:49 +01:00
parent bafc1cd30a
commit d6fcd073cb

View File

@@ -50,9 +50,6 @@ COMMON_RPM=(bash-completion
COMMON_DEB=(exuberant-ctags
flake8
python-apsw
python-flake8
python-jedi
python-pip
python3-flake8
python3-jedi
rlwrap
@@ -140,10 +137,16 @@ ubuntu() {
case $DISTRO_R in
'16.04')
PGS=(ipython
python-flake8
python-jedi
python-pip
vim-gtk-py2)
;;
'18.04')
PGS=(ipython3
python-flake8
python-jedi
python-pip
python3-pip
tmate
vim-gtk)