This commit is contained in:
parent
00c8d4a41b
commit
db6bf7dbd7
@ -20,16 +20,17 @@
|
||||
Name: python-Flask-Bootstrap
|
||||
Version: 3.3.7.1
|
||||
Release: 0
|
||||
Summary: An extension that includes Bootstrap in your project, without any boilerplate code
|
||||
License: BSD-2-Clause AND APACHE-2.0
|
||||
Summary: An extension that includes Bootstrap in your project
|
||||
License: BSD-2-Clause AND Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: http://github.com/mbr/flask-bootstrap
|
||||
Source: https://github.com/mbr/flask-bootstrap/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module Flask >= 0.8}
|
||||
BuildRequires: %{python_module dominate}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module visitor}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Flask >= 0.8
|
||||
@ -46,6 +47,10 @@ from a CDN and works with no boilerplate code in your application.
|
||||
|
||||
%prep
|
||||
%setup -q -n flask-bootstrap-%{version}
|
||||
# pulls in flask deps we don't need here
|
||||
rm tests/test_sample_app.py
|
||||
# polls the web to validate it is equal
|
||||
rm tests/test_versions_match.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user