mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-10-31 22:14:22 +00:00
0edc478c0e
See https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/VIUS7WMQMDX6H2WEIH7TVTMBB6SUHY7E/
33 lines
465 B
Plaintext
33 lines
465 B
Plaintext
# Maintained by the Fedora Python SIG:
|
|
# http://fedoraproject.org/wiki/SIGs/Python
|
|
# mailto:python-devel@lists.fedoraproject.org
|
|
|
|
# Common packages of all Python Classroom images
|
|
|
|
%packages
|
|
@python-classroom
|
|
@python-science
|
|
nano
|
|
openssh-clients
|
|
vim-enhanced
|
|
wget
|
|
|
|
# Remove Pythons possibly recommended by tox
|
|
-python2
|
|
-python26
|
|
-python27
|
|
-python33
|
|
-python34
|
|
-python35
|
|
-python36
|
|
-python37
|
|
-python39
|
|
-python2.7
|
|
-python3.5
|
|
-python3.6
|
|
-python3.7
|
|
-python3.9
|
|
-pypy
|
|
|
|
%end
|