Skip to content

Commit

Permalink
Fix broken requirements
Browse files Browse the repository at this point in the history
* remove envparse listed as requirement, but not used anywhere

Signed-off-by: Daniel Diblik <[email protected]>
  • Loading branch information
danmyway committed Mar 18, 2024
1 parent b0bcb34 commit 170b334
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package_dir =
packages = find:
python_requires = >=3.6
install_requires =
envparse
requests
copr
koji
Expand Down
2 changes: 1 addition & 1 deletion tesar.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tesar

%install
%pyproject_install
%pyproject_save_files data_inspector
%pyproject_save_files tesar

%files -f %{pyproject_files}
%{_bindir}/tesar
Expand Down

0 comments on commit 170b334

Please sign in to comment.