Do not use macros with __ prefix, since they are private

This commit is contained in:
Jonny Heggheim 2021-04-02 19:32:30 +02:00
parent db4fb61f6e
commit a27e9394e4

View File

@ -71,7 +71,7 @@ must be compatible with multiple Python versions or requires experimental types.
%py3_install
%check
%{__python3} src_py3/test_typing_extensions.py
%{python3} src_py3/test_typing_extensions.py
%files -n python3-typing-extensions
%license LICENSE