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/machine-learning.scm | |
parent | bde77a83243679870907e5d8f8132958a00a7f52 (diff) | |
download | guix-dbcd2050500c932190d710cee43f5e14f0fd59db.tar.gz guix-dbcd2050500c932190d710cee43f5e14f0fd59db.zip |
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/machine-learning.scm')
-rw-r--r-- | gnu/packages/machine-learning.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 920b5d82ed..a3084c17e2 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -74,6 +74,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages protobuf) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-check) #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) |