diff --git a/atomic.spec b/atomic.spec index 028121b..8f60658 100644 --- a/atomic.spec +++ b/atomic.spec @@ -24,18 +24,8 @@ License: LGPLv2+ URL: https://github.com/projectatomic/atomic ExclusiveArch: x86_64 Source0: https://github.com/projectatomic/%{name}/archive/%{commit}.tar.gz -# https://github.com/projectatomic/atomic/pull/204 -# Note for maintainer, pylint is problematic packages as it depends on -# astroid and astroid uses private api of python3 therefore its unstable -# when new version of python3 is released, as happened now with python3.5 -# release. pylint cant be build because astroid doesnt work with python3.5, -# therefore I switch off pylint check for build of rpm -Patch0: separate-pylint-from-python-build.patch BuildRequires: %{pypkg}-devel -#%if 0%{?fedora} -#BuildRequires: %%{pylint} -#%endif BuildRequires: %{pypkg}-requests >= 2.4.3 BuildRequires: %{pypkg}-setuptools BuildRequires: %{pypkg}-tools @@ -73,7 +63,6 @@ management. if [ %{pypkg} == 'python3' ]; then sed -i 's/input = raw_input/pass/' Atomic/util.py fi -%patch0 -p1 %build make PYTHON=%{__python} python-build