mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
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:
15
fedora-python-classroom-vagrant.ks
Normal file
15
fedora-python-classroom-vagrant.ks
Normal 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
|
||||
Reference in New Issue
Block a user