File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 62
62
Summary: Version %{pybasever } of the Python programming language
63
63
Name: %{python }
64
64
Version: 2.6.9
65
- Release: 2 %{?dist }
65
+ Release: 3 %{?dist }
66
66
License: Python
67
67
Group: Development/Languages
68
68
Source: http://www.python.org/ftp/python/%{version }/Python-%{version }.tar.xz
@@ -531,8 +531,6 @@ BuildRequires: systemtap-sdt-devel
531
531
%global tapsetdir /usr/share/systemtap/tapset
532
532
%endif
533
533
534
- # Something in the make uses /usr/bin/python
535
- BuildRequires: python2
536
534
537
535
# We don't want to provide this
538
536
# No package in Fedora shall ever depend on this
569
567
# Remove embedded copy of zlib:
570
568
rm -r Modules/zlib || exit 1
571
569
570
+ # Workaround fix for BuildRequires: python2
571
+ touch Include/Python-ast.h Python/Python-ast.c
572
+
572
573
#
573
574
# Apply patches:
574
575
#
@@ -1094,6 +1095,9 @@ rm -fr $RPM_BUILD_ROOT
1094
1095
%endif
1095
1096
1096
1097
%changelog
1098
+ *
Tue Oct 04 2016 Charalampos Stratakis <[email protected] > -
2.6.9-3
1099
+ - Workaround fix so the package does not BuildRequires python2
1100
+
1097
1101
*
Mon Oct 03 2016 Miro Hrončok <[email protected] > -
2.6.9-2
1098
1102
- Do not create /usr/bin/python shebangs
1099
1103
You can’t perform that action at this time.
0 commit comments