Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused dependencies, fix upstream URL #82

Merged
merged 1 commit into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions fedora/python-flask-whooshee.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 1%{?dist}
Summary: Whoosh integration

License: BSD-3-Clause
URL: https://github.com/bkabrda/flask-whooshee
URL: https://github.com/fedora-copr/flask-whooshee
Source0: https://pypi.python.org/packages/source/f/%{mod_name}/%{mod_name}-%{version}.tar.gz
# https://github.com/bkabrda/flask-whooshee/pull/19
BuildArch: noarch
Expand All @@ -25,13 +25,10 @@ BuildRequires: python3-whoosh
BuildRequires: python3-flask
BuildRequires: python3-flask-sqlalchemy
BuildRequires: python3-flexmock
BuildRequires: python3-blinker
BuildRequires: python3-nose
BuildRequires: python3-pytest

Requires: python3-flask-sqlalchemy
Requires: python3-whoosh
Requires: python3-blinker
Requires: python3-flask

%description -n python3-%{mod_name} %{_description}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class Entry(db.Model):
zip_safe=False,
platforms='any',
install_requires=[
'blinker',
'Flask-Sqlalchemy',
'Whoosh'
],
Expand Down