diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-06-24 21:30:59 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-06-26 22:10:38 -0400 |
commit | ed210c1b8ff95003645499a4b48279a68c4685cf (patch) | |
tree | 3af8cd84ad6187394723cc383619ace80aa9ba13 /gnu/packages/pep.scm | |
parent | 8d0e69624357c0ce9e7c0b0713910a3e35f16226 (diff) |
gnu: python-setuptools-scm: Move to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here...
* gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
Diffstat (limited to 'gnu/packages/pep.scm')
-rw-r--r-- | gnu/packages/pep.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/pep.scm b/gnu/packages/pep.scm index d245ac74a3..f443170aa5 100644 --- a/gnu/packages/pep.scm +++ b/gnu/packages/pep.scm @@ -33,6 +33,7 @@ #:use-module (gnu packages mail) ; for libetpan #:use-module (gnu packages nettle) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-xyz) #:use-module (gnu packages sequoia) #:use-module (gnu packages sqlite) |