1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-19 12:28:21 +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 COMMON_DEB=(exuberant-ctags
flake8 flake8
python-apsw python-apsw
python-flake8
python-jedi
python-pip
python3-flake8 python3-flake8
python3-jedi python3-jedi
rlwrap rlwrap
@@ -140,10 +137,16 @@ ubuntu() {
case $DISTRO_R in case $DISTRO_R in
'16.04') '16.04')
PGS=(ipython PGS=(ipython
python-flake8
python-jedi
python-pip
vim-gtk-py2) vim-gtk-py2)
;; ;;
'18.04') '18.04')
PGS=(ipython3 PGS=(ipython3
python-flake8
python-jedi
python-pip
python3-pip python3-pip
tmate tmate
vim-gtk) vim-gtk)