diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-20 23:12:30 +0100 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-05-30 18:23:29 +0400 |
commit | adb56c36664e3ecd08d33140526216aa33a42355 (patch) | |
tree | 6852d217c352ef86a3ed705c3a8162dea11afbae /gnu | |
parent | 00d827a931c5f0d23642afb3389686c20ff33f29 (diff) | |
download | guix-adb56c36664e3ecd08d33140526216aa33a42355.tar.gz guix-adb56c36664e3ecd08d33140526216aa33a42355.zip |
gnu: python-sgp4: Use pyproject-build-system.
* gnu/packages/astronomy.scm (python-sgp4): [build-system]: Swap to
pyproject-build-system.
Change-Id: Iebaba503a439d858f1e603ab3f7e4bd17be2adb1
Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index e78d9b7a40..2d9acc5192 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2855,7 +2855,7 @@ changing the pixel resolution, orientation, coordinate system.") (uri (pypi-uri "sgp4" version)) (sha256 (base32 "0aalbmldks6ykgkcxwkvnp04q0avhv903m5zwvg8i7zvl99xrbfq")))) - (build-system python-build-system) + (build-system pyproject-build-system) (propagated-inputs (list python-numpy)) (home-page "https://github.com/brandon-rhodes/python-sgp4") |