forked from srbala/fedora-kickstarts
e994da3f56
See https://pagure.io/fedora-comps/pull-request/79 See https://fedoraproject.org/wiki/Changes/PythonClassroomLab
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
# 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
|