diff --git a/_service b/_service index d4cfeee..6f31bf0 100644 --- a/_service +++ b/_service @@ -20,6 +20,9 @@ *.spec - s/.*CHOOSE:.*//g + s/.*CHOOSE:.*/%pyunittest discover -v tests/g; + s/(%{python_sitelib}\/requests)-stdin/\1_stdin/g; + s/(%autosetup -p1 -n requests)-stdin/\1_stdin/g; + s/(%{python_sitelib}\/requests_stdin)\n/\1.py\n%pycache_only %{python_sitelib}\/__pycache__\/requests_stdin.*.py*\n%license LICENSE\n%doc README.rst\n/g;