diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-16 17:20:22 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-16 19:20:21 +0100 |
commit | fdd0c36963a62577f7a8f99a44f79a7330a0b151 (patch) | |
tree | f6a686e8102cd3986ebcc79610539b15b4cee9f4 /gnu/packages/python-xyz.scm | |
parent | 7699e3228960457707f103e8e9e0db60de3891c5 (diff) | |
download | patches-fdd0c36963a62577f7a8f99a44f79a7330a0b151.tar patches-fdd0c36963a62577f7a8f99a44f79a7330a0b151.tar.gz |
gnu: python-packaging: Fix test failures on non-x86_64 architectures.
* gnu/packages/patches/python-packaging-test-arch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-packaging)[source](patches): New field.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 31ea51be29..ee2fc11eb1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13054,6 +13054,7 @@ several utilities, as well as an API for building localization tools.") (origin (method url-fetch) (uri (pypi-uri "packaging" version)) + (patches (search-patches "python-packaging-test-arch.patch")) (sha256 (base32 "1y2ip3a4ykkpgnwgn85j6hkspcl0cg3mzms97f40mk57vwqq67gy")))) |