Skip to content

Commit e459bcf

Browse files
author
Philip de Nier
committed
hardcode python version in rpm spec file
1 parent c612fac commit e459bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ deb: source deb_dist $(DEBIANOVERRIDES)
9696
$(RPM_PREFIX)/$(MODNAME).spec: rpm_spec
9797

9898
rpm_spec: $(topdir)/setup.py
99-
$(PYTHON3) $(topdir)/setup.py bdist_rpm $(RPM_PARAMS) --spec-only --dist-dir=$(RPM_PREFIX)
99+
$(PYTHON3) $(topdir)/setup.py bdist_rpm $(RPM_PARAMS) --spec-only --dist-dir=$(RPM_PREFIX) --python=python3.4
100100
# END OF RPM SPEC RULES
101101

102102
$(RPMBUILDDIRS):

0 commit comments

Comments
 (0)