This commit is contained in:
windowsboy111
2023-01-19 17:13:44 +08:00
parent 562d03d68d
commit 8f2cc050b2
3 changed files with 4 additions and 7 deletions
@@ -36,9 +36,6 @@ rm -rf %{pypi_name}.egg-info
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
@@ -32,8 +32,8 @@ sed "s@\t@ @g" google/protobuf/internal/cpp_message.py > google/protobuf/inte
%install
%py3_install
#%check
#%{__python3} setup.py test
%dnl %check
%dnl %{__python3} setup.py test
%files
%doc README.txt