diff options
author | Leo Famulari <leo@famulari.name> | 2015-11-08 15:38:55 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-12-05 09:44:37 -0500 |
commit | 99fffa8ae08264b1c41ddaa9e7f745dcb621b398 (patch) | |
tree | 3e066921a52d86c668f92531fbad601c85125ae2 /gnu-system.am | |
parent | 5eea20051877044fd4d2fa2ea075d5f66824f123 (diff) | |
download | patches-99fffa8ae08264b1c41ddaa9e7f745dcb621b398.tar patches-99fffa8ae08264b1c41ddaa9e7f745dcb621b398.tar.gz |
gnu: Add python-configobj.
* gnu/packages/python.scm (python-configobj, python2-configobj): New
variables.
* gnu/packages/patches/python-configobj-setuptools.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 ae3b3d24d6..00cf38f319 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -660,6 +660,7 @@ dist_patch_DATA = \ gnu/packages/patches/python-disable-ssl-test.patch \ gnu/packages/patches/python-fix-tests.patch \ gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ + gnu/packages/patches/python-configobj-setuptools.patch \ gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ gnu/packages/patches/qemu-CVE-2015-6855.patch \ gnu/packages/patches/qt4-ldflags.patch \ |