Reinstate testing and update dependencies in specfile
This commit is contained in:
parent
347e10b61a
commit
6475293e9d
@ -24,10 +24,11 @@ License: GPL-3.0-only
|
|||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRequires: python3 >= 3.7
|
BuildRequires: python3 >= 3.7
|
||||||
#BuildRequires: python3-hypothesis
|
BuildRequires: python3-hypothesis
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
#BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: fdupes
|
||||||
Requires: python3 >= 3.7
|
Requires: python3 >= 3.7
|
||||||
Requires: fd
|
Requires: fd
|
||||||
Requires: fzf
|
Requires: fzf
|
||||||
@ -63,8 +64,10 @@ for completion in zsh/*; do
|
|||||||
install -Dm644 "${completion}" "${ZSHCOMPLETIONDIR}/${completion##*.}"
|
install -Dm644 "${completion}" "${ZSHCOMPLETIONDIR}/${completion##*.}"
|
||||||
done
|
done
|
||||||
|
|
||||||
#%%check
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
#pytest
|
|
||||||
|
%check
|
||||||
|
pytest
|
||||||
|
|
||||||
# %files %%{python_files} (bug)
|
# %files %%{python_files} (bug)
|
||||||
%files
|
%files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user