manual fix 1

This commit is contained in:
NixTux Commit Bot 2020-05-26 22:37:16 +03:00
parent 5fd1a0c690
commit e2f3889cca

View file

@ -77,9 +77,9 @@ rm -rf %{buildroot}/%{python38_sitelib}/urllib3/packages/ssl_match_hostname/
mkdir -p %{buildroot}/%{python38_sitelib}/urllib3/packages/
cp -a %{SOURCE1} %{buildroot}/%{python38_sitelib}/urllib3/packages/ssl_match_hostname.py
ln -s %{python38_sitelib}/six.py %{buildroot}/%{python38_sitelib}/urllib3/packages/six.py
ln -s %{python38_sitelib}/__pycache__/six.cpython-%{python38_version_nodots}.opt-1.pyc \
ln -s %{python38_sitelib}/__pycache__/six.cpython-38.opt-1.pyc \
%{buildroot}/%{python38_sitelib}/urllib3/packages/__pycache__/
ln -s %{python38_sitelib}/__pycache__/six.cpython-%{python38_version_nodots}.pyc \
ln -s %{python38_sitelib}/__pycache__/six.cpython-38.pyc \
%{buildroot}/%{python38_sitelib}/urllib3/packages/__pycache__/