https://bugzilla.redhat.com/show_bug.cgi?id=1124994 --- Comment #38 from R P Herrold <herrold@xxxxxxxxxxxx> --- as to splitting out; * nod * The alternative answer would be to add a packaging conditional and skip around the sub-packages when 2.7 is not in the 'stock' environment I see this, reviewing me .spec file collection https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild # Python major version. %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} also seen: %define pyver %(python -c 'import sys ; print sys.version[:3]') %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]") we can in all cases on RH derived assume the presence of a python in the base install of course, so it should be reasonably straightforward to stub in that code to conditionally add the python 2.7 stuff I annex a patch to this effect for the first part -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review