mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-07 23:00:30 +08:00
Added ARM version of Python Clasroom Lab
Split common parts of Python Clasroom Lab
This commit is contained in:
17
fedora-python-classroom-common.ks
Normal file
17
fedora-python-classroom-common.ks
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
|
||||
# Remove Pythons possibly recommended by tox
|
||||
-python26
|
||||
-python33
|
||||
-python34
|
||||
-python35
|
||||
-pypy
|
||||
|
||||
%end
|
||||
Reference in New Issue
Block a user