--- 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, wspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/beaglebone-black.tmpl
AgeCommit message (Expand)Author
2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....Ludovic Courtès
2019-01-23gnu: Replace all cons* with beginner-friendly (append (list ...))....Pierre Neidhardt
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-05-28file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès
2018-03-03system: beaglebone-black: Use 'initrd-modules'....Ludovic Courtès
2017-12-22system: examples: Add missing initrd to beaglebone-black.tmpl....Mathieu Othacehe
2017-12-18system: examples: Add a template for BeagleBone Black....Mathieu Othacehe