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>
This commit is contained in:
parent
00d827a931
commit
adb56c3666
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue