15
0
2025-08-07 11:23:56 +00:00
committed by Git OBS Bridge
parent 3efb3623e5
commit 4ebe38b46b

View File

@@ -62,7 +62,8 @@ Python asyncio SMTP client.
# %%pytest -rs -k "not test_live and not test_tls"
%{python_expand # just test import meantime tests are broken
PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}%{buildroot}%{$python_sitelib} $python -c "import aiosmtplib; print(aiosmtplib.__version__)"
export PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}%{buildroot}%{$python_sitelib}
$python -c "import aiosmtplib; assert aiosmtplib.__version__ == '%{version}'"
}
%files %{python_files}