Blame SOURCES/macros.additional.rh-python36

454e4b
# override __os_install_post for this collection
454e4b
# the @scl@* macros are defined in macros.python3.python36 in python36-python-devel
454e4b
# the name is intentionally hardcoded to always provide the same name
454e4b
%scl_package_override() %{expand:%{?@scl@_os_install_post:%global __os_install_post %@scl@_os_install_post}
454e4b
%global __python_requires %@scl@_python_requires
454e4b
%global __python_provides %@scl@_python_provides
454e4b
# macros commonly used in specfiles
454e4b
%global __python3 %@scl@__python3
454e4b
%global __python %@scl@__python3
454e4b
%global python3_sitelib %@scl@python3_sitelib
454e4b
%global python_sitelib %@scl@python3_sitelib
454e4b
%global python3_sitearch %@scl@python3_sitearch
454e4b
%global python_sitearch %@scl@python3_sitearch
454e4b
%global python3_version %@scl@python3_version
454e4b
%global python_version %@scl@python3_version
454e4b
%global scl_no_vendor @scl@
454e4b
}
454e4b