Add kickstarts for Python Classroom Lab

See https://pagure.io/fedora-comps/pull-request/79
See https://fedoraproject.org/wiki/Changes/PythonClassroomLab
This commit is contained in:
Miro Hrončok
2017-02-27 14:27:41 +01:00
parent 74334cf089
commit e994da3f56
2 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Like the Python Classroom image, but tuned for vagrant.
%include fedora-cloud-base-vagrant.ks
%packages
@python-classroom
# Remove Pythons possibly recommended by tox
-python26
-python33
-python34
-python35
-pypy
%end