Do not use macros with __ prefix, since they are private
This commit is contained in:
parent
db4fb61f6e
commit
a27e9394e4
@ -71,7 +71,7 @@ must be compatible with multiple Python versions or requires experimental types.
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} src_py3/test_typing_extensions.py
|
%{python3} src_py3/test_typing_extensions.py
|
||||||
|
|
||||||
%files -n python3-typing-extensions
|
%files -n python3-typing-extensions
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user