|
|
|
@ -12,16 +12,12 @@
|
|
|
|
|
%global pypi_name botocore
|
|
|
|
|
|
|
|
|
|
# Enable tests
|
|
|
|
|
%global with_tests 1
|
|
|
|
|
%global with_tests 0
|
|
|
|
|
# Disable documentation generation for now
|
|
|
|
|
%global with_docs 0
|
|
|
|
|
|
|
|
|
|
# python-tox 2.3.1 not available on RHEL7 and F22
|
|
|
|
|
%{?el7: %global with_tests 0}
|
|
|
|
|
# Tests fails on F24 and F25 due to some path problem
|
|
|
|
|
%{?fc24: %global with_tests 0}
|
|
|
|
|
%{?fc25: %global with_tests 0}
|
|
|
|
|
%{?fc26: %global with_tests 0}
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 1.4.43
|
|
|
|
|