Added ARM version of Python Clasroom Lab

Split common parts of Python Clasroom Lab
This commit is contained in:
Miro Hrončok
2017-02-27 21:18:57 +01:00
parent dd3583c6fa
commit 40c41b0516
5 changed files with 132 additions and 116 deletions

View 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