14
0

- add issue_254.patch to fix tests under non-x86_64 pplatforms

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=36
This commit is contained in:
2020-02-10 14:52:07 +00:00
committed by Git OBS Bridge
parent ab1b29be41
commit b66212fb9c
3 changed files with 87 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/pypa/packaging
Source: https://pypi.io/packages/source/p/packaging/packaging-%{version}.tar.gz
Patch0: issue_254.patch
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -55,6 +56,7 @@ Core utilities for Python packages
%prep
%setup -q -n packaging-%{version}
%patch0 -p1
# sdist must provide a packaging.egg-info, used below in install phase
test -d packaging.egg-info