diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-16 22:06:54 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-20 21:53:50 +0100 |
commit | 20bf58bff470bfacb16cb5c1fd731c707f8dd077 (patch) | |
tree | 10bfc19f755cfc6d928553765f2881015083fc31 /gnu | |
parent | aa10ad7d4605ae27a925a9b78b1090f737d9865f (diff) | |
download | patches-20bf58bff470bfacb16cb5c1fd731c707f8dd077.tar patches-20bf58bff470bfacb16cb5c1fd731c707f8dd077.tar.gz |
gnu: python-packaging: Add comment about upstream patch status.
* gnu/packages/python-xyz.scm (python-packaging)[source]: Add comment, to
prevent needless rebuild by updating the patch directly.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 617c3b4c7a..dce1dddfba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13059,6 +13059,8 @@ several utilities, as well as an API for building localization tools.") (origin (method url-fetch) (uri (pypi-uri "packaging" version)) + ;; XXX: The URL in the patch file is wrong, it should be + ;; <https://github.com/pypa/packaging/pull/256>. (patches (search-patches "python-packaging-test-arch.patch")) (sha256 (base32 |