11
0
forked from pool/python-apipkg

- switch to gh tarball to get tests again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=22
This commit is contained in:
2023-10-09 11:21:02 +00:00
committed by Git OBS Bridge
parent 6c7bbb13a3
commit df6d7f4768
4 changed files with 5 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ Summary: Namespace control and lazy-import mechanism
License: MIT
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/apipkg/
Source: https://files.pythonhosted.org/packages/source/a/apipkg/apipkg-%{version}.tar.gz
Source: https://github.com/pytest-dev/apipkg/archive/refs/tags/v%{version}.tar.gz#/apipkg-%{version}-gh.tar.gz
%if %{with test}
BuildRequires: %{python_module apipkg = %{version}}
BuildRequires: %{python_module pytest}