diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-14 16:27:39 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-27 08:05:42 -0500 |
commit | dbcd2050500c932190d710cee43f5e14f0fd59db (patch) | |
tree | f032a462cea6b423a36408c533a7f8869876f955 /gnu/packages/finance.scm | |
parent | bde77a83243679870907e5d8f8132958a00a7f52 (diff) | |
download | guix-dbcd2050500c932190d710cee43f5e14f0fd59db.tar.gz |
gnu: python-xyz: Move a few modules to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 8ead37beb3..1798ad82bc 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -92,6 +92,7 @@ #:use-module (gnu packages popt) #:use-module (gnu packages protobuf) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) |