gnu: python-rpds-py: Fix build.

* gnu/packages/python-xyz.scm (python-rpds-py)[arguments]: Don't
refer to nonexistent 'prepare-python-module' phase.

Change-Id: Ie32f3b147b161b6d8dfb799b19ba04167faeccf1
This commit is contained in:
宋文武 2024-06-19 15:11:30 +08:00 committed by Ludovic Courtès
parent d13d616f04
commit a74743cd1f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -37285,7 +37285,7 @@ etc. to check code that uses @code{orjson}.")
(guix build utils))
#:phases
#~(modify-phases %standard-phases
(add-after 'prepare-python-module 'build-python-module
(add-after 'build 'build-python-module
(assoc-ref py:%standard-phases 'build))
(add-after 'build-python-module 'install-python-module
(assoc-ref py:%standard-phases 'install)))