From f63ecb8cf2c00a6d0cdc140c45e2f753659f491dd14612e523a922b83ac4e663 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 11 Mar 2020 07:01:13 +0000 Subject: [PATCH] Switch to non-URL source due to no upstream tarball OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-junit-xml?expand=0&rev=6 --- python-junit-xml.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-junit-xml.spec b/python-junit-xml.spec index 4ee9687..a8747cb 100644 --- a/python-junit-xml.spec +++ b/python-junit-xml.spec @@ -24,7 +24,9 @@ Summary: Module that creates JUnit XML test result documents License: MIT Group: Development/Languages/Python URL: https://github.com/kyrus/python-junit-xml -Source: https://files.pythonhosted.org/packages/source/j/junit-xml/junit-xml-%{version}.tar.gz +# 1.9 source not published on pypi +#Source: https://files.pythonhosted.org/packages/source/j/junit-xml/junit-xml-%{version}.tar.gz +Source: junit-xml-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements