1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-11-16 13:43:09 +00:00
fedora-kickstarts/fedora-python-classroom-vagrant.ks

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