mirror of
https://abf.rosa.ru/djam/python38-urllib3.git
synced 2025-02-23 14:12:59 +00:00
manual fix 1
This commit is contained in:
parent
5fd1a0c690
commit
e2f3889cca
1 changed files with 2 additions and 2 deletions
|
@ -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__/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue