--- a/setup.py 2017-09-12 01:22:06.273997788 +0200 +++ b/setup.py 2017-09-12 01:22:14.297918757 +0200 @@ -57,7 +57,7 @@ # Both install and setup requires - because we read VERSION from within the # package, and the package also exports all the APIs. # six for compat helpers -REQUIRES = ['argparse', 'six>=1.4', 'traceback2'], +REQUIRES = ['six>=1.4', 'traceback2'], params = dict( name=NAME, //git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/package-hello.json
AgeCommit message (Expand)Author
2024-02-23import: Do not return package name with json importer....* guix/import/json.scm (json->code): Do not return package names after package expressions. * doc/package-hello.json: Fix comma errors and use valid greeter URL. Change-Id: Id71924e72f690a9bda5fbfdb65a443029adfd158 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Herman Rimm