M gnu/packages/finance.scm => gnu/packages/finance.scm +1 -1
@@ 1617,7 1617,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms.")
(base32 "1ysh9b5lzg053hv4iw3zbn7hid05qssiwmrl8sir8qlk958r8x60"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-poetry-core-next
+ (list python-poetry-core
python-pytest))
(propagated-inputs
(list python-base58
M gnu/packages/python-build.scm => gnu/packages/python-build.scm +2 -1
@@ 561,7 561,8 @@ a light weight, fully compliant, self-contained package allowing PEP 517
compatible build front-ends to build Poetry managed projects.")
(license license:expat)))
-(define-public python-poetry-core-next python-poetry-core)
+(define-deprecated/public-alias python-poetry-core-next
+ python-poetry-core) ;may be removed after 2025-12-01
;;; This package exists to bootstrap python-tomli.
(define-public python-flit-core-bootstrap