mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
profile: prepare python2 removal
This commit is contained in:
parent
131d8307e1
commit
6c201b842f
2 changed files with 12 additions and 8 deletions
|
|
@ -101,20 +101,13 @@ PDEPEND="${PDEPEND}
|
|||
sys-apps/sysvinit
|
||||
sys-devel/gettext
|
||||
livecd? ( sys-fs/squashfs-tools sys-fs/btrfs-progs )
|
||||
pentoo-extra? (
|
||||
sys-apps/pcmciautils
|
||||
sys-fs/jfsutils
|
||||
sys-fs/reiser4progs
|
||||
sys-fs/reiserfsprogs
|
||||
sys-process/atop
|
||||
x11-libs/libdlo
|
||||
)
|
||||
pentoo-full? (
|
||||
app-arch/unrar
|
||||
app-arch/unzip
|
||||
app-arch/sharutils
|
||||
app-misc/tmux
|
||||
dev-python/ipython
|
||||
dev-python/virtualenv
|
||||
net-fs/curlftpfs
|
||||
net-fs/sshfs
|
||||
sys-libs/gpm
|
||||
|
|
@ -138,6 +131,14 @@ PDEPEND="${PDEPEND}
|
|||
sys-fs/fuse-exfat
|
||||
sys-fs/btrfs-progs
|
||||
)
|
||||
pentoo-extra? (
|
||||
sys-apps/pcmciautils
|
||||
sys-fs/jfsutils
|
||||
sys-fs/reiser4progs
|
||||
sys-fs/reiserfsprogs
|
||||
sys-process/atop
|
||||
x11-libs/libdlo
|
||||
)
|
||||
"
|
||||
|
||||
PDEPEND="${PDEPEND}
|
||||
3
profiles/pentoo/base/package.use/python2
Normal file
3
profiles/pentoo/base/package.use/python2
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
dev-python/setuptools python_targets_python2_7
|
||||
dev-python/certifi python_targets_python2_7
|
||||
dev-python/virtualenv python_targets_python2_7
|
||||
Loading…
Reference in a new issue