mirror of
https://src.fedoraproject.org/rpms/module-build-service.git
synced 2026-06-17 07:46:50 +08:00
Remove the commented out check section since it's not functional
This commit is contained in:
@@ -24,7 +24,6 @@ ExclusiveArch: %{ix86} x86_64 noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-m2crypto
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-flask-script
|
||||
BuildRequires: python3-munch
|
||||
BuildRequires: python3-funcsigs
|
||||
@@ -52,7 +51,6 @@ BuildRequires: python3-pungi
|
||||
|
||||
BuildRequires: python2-devel
|
||||
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: m2crypto
|
||||
BuildRequires: python-flask-script
|
||||
BuildRequires: python-m2ext
|
||||
@@ -71,7 +69,6 @@ BuildRequires: python2-pungi
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-flask-sqlalchemy
|
||||
BuildRequires: python-flask-migrate
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-six
|
||||
BuildRequires: pyOpenSSL
|
||||
BuildRequires: python-sqlalchemy
|
||||
@@ -85,7 +82,6 @@ BuildRequires: python-requests
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-flask-sqlalchemy
|
||||
BuildRequires: python2-flask-migrate
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: python2-six
|
||||
BuildRequires: python2-futures
|
||||
BuildRequires: python2-flask
|
||||
@@ -119,7 +115,6 @@ Requires: python3-solv
|
||||
Requires: python3-koji
|
||||
Requires: python3-flask-sqlalchemy
|
||||
Requires: python3-flask-migrate
|
||||
Requires: python3-mock
|
||||
Requires: python3-six
|
||||
Requires: python3-pungi
|
||||
Requires: python3-sqlalchemy
|
||||
@@ -148,7 +143,6 @@ Requires: python2-pungi
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
Requires: python-flask-sqlalchemy
|
||||
Requires: python-flask-migrate
|
||||
Requires: python-mock
|
||||
Requires: python-six
|
||||
Requires: python-sqlalchemy
|
||||
Requires: python-moksha-hub
|
||||
@@ -160,7 +154,6 @@ Requires: python-requests
|
||||
%else
|
||||
Requires: python2-flask-sqlalchemy
|
||||
Requires: python2-flask-migrate
|
||||
Requires: python2-mock
|
||||
Requires: python2-six
|
||||
Requires: python2-futures
|
||||
Requires: python2-flask
|
||||
@@ -244,11 +237,6 @@ MBS_CONFIG_FILE=conf/config.py help2man -N --version-string=%{version} \
|
||||
done
|
||||
%endif
|
||||
|
||||
%check
|
||||
# https://pagure.io/fm-orchestrator/issue/664
|
||||
#nosetests-%{python2_version} -v
|
||||
|
||||
|
||||
%files
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user