Remove conditions for F22

f38
Garrett Holmstrom 9 years ago
parent 7986c49963
commit d7f8234705

@ -1,7 +1,9 @@
%if 0%{?fedora}
%bcond_without python3
%bcond_with executables
%else
%bcond_with python3
%bcond_without executables
%endif
# Unit tests don't work on python 2.6
@ -11,13 +13,6 @@
%bcond_without unittests
%endif
# Boto's sample executables became doc files in F23
%if 0%{?fedora} >= 23
%bcond_with executables
%else
%bcond_without executables
%endif
Summary: A simple, lightweight interface to Amazon Web Services
Name: python-boto

Loading…
Cancel
Save