14
0
2022-12-13 06:39:58 +00:00
committed by Git OBS Bridge
parent 29c9e496ab
commit d3178e3712

View File

@@ -57,7 +57,7 @@ sed -i \
memcache.py
sed -i 's/import mock/import unittest.mock as mock/' tests/test_memcache.py
# gh#linsomniac/python-memcached#185
sed -i -e '/__version__/s/1\.58/1.59/' memcache.py
sed -i -e '/__version__/s/[0-9.]\+/%{version}/' memcache.py
%build
%python_build