Skip to content

Commit

Permalink
Remove automatic dependencies from python-flask
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailfox committed Nov 5, 2024
1 parent 742f6fc commit 8cb09ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-flask/unibuild-packaging/rpm/python-flask.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Requires: %{_pscheduler_python}-werkzeug
BuildRequires: %{_pscheduler_python}
BuildRequires: %{_pscheduler_python}-setuptools

AutoReqProv: no

%description
Flask is called a “micro-framework” because the idea to keep the core
simple but extensible. There is no database abstraction layer, no form
Expand All @@ -38,8 +40,6 @@ implemented in Flask itself. There are currently extensions for object
relational mappers, form validation, upload handling, various open
authentication technologies and more.



# Don't do automagic post-build things.
%global __os_install_post %{nil}

Expand Down

0 comments on commit 8cb09ba

Please sign in to comment.