diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-14 02:12:27 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-18 14:27:16 -0400 |
commit | 064503aaa2aaceecc4e4df835f7e5a72e8a7c4a7 (patch) | |
tree | 4722c642faaf23e5b7b66bf8e3daf287d786c0e3 /gnu-system.am | |
parent | 13edb0e5c36181bc8a48fa6a28005b3e3046174a (diff) | |
download | patches-064503aaa2aaceecc4e4df835f7e5a72e8a7c4a7.tar patches-064503aaa2aaceecc4e4df835f7e5a72e8a7c4a7.tar.gz |
gnu: Add python-rarfile.
* gnu/packages/python.scm (python-rarfile, python2-rarfile): New
variables.
* gnu/packages/patches/python-rarfile-fix-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index ff53b3eb04..f13a55de12 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -701,6 +701,7 @@ dist_patch_DATA = \ gnu/packages/patches/python-disable-ssl-test.patch \ gnu/packages/patches/python-fix-tests.patch \ gnu/packages/patches/python-ipython-inputhook-ctype.patch \ + gnu/packages/patches/python-rarfile-fix-tests.patch \ gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ gnu/packages/patches/python-configobj-setuptools.patch \ gnu/packages/patches/python-paste-remove-website-test.patch \ |