From 3116e3caefa3d6c75c92cfc43371e7377a548c3bf0ed4ef0f3c1268388e29df6 Mon Sep 17 00:00:00 2001 From: huakim tylyktar Date: Tue, 25 Jun 2024 10:31:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/home:huakim:matrix/python-requests-stdin?expand=0&rev=5 --- _service | 1 + 1 file changed, 1 insertion(+) diff --git a/_service b/_service index f7978e7..be6ec43 100644 --- a/_service +++ b/_service @@ -21,6 +21,7 @@ *.spec s/.*CHOOSE:.*/%pytest/g; + s/(# SECTION test requirements)/\1\nBuildRequires: %{python_module pytest}\n/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;