M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +9 -8
@@ 21671,14 21671,15 @@ into aligned columns.")
(package
(name "python-chai")
(version "1.1.2")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "chai" version))
- (sha256
- (base32
- "1k6n6zbgrrs83crp6mr3yqj9zlv40b8rpisyrliwsq7naml2p3gz"))
- (patches (search-patches "python-chai-drop-python2.patch"))))
- (build-system python-build-system)
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "chai" version))
+ (sha256
+ (base32 "1k6n6zbgrrs83crp6mr3yqj9zlv40b8rpisyrliwsq7naml2p3gz"))
+ (patches (search-patches "python-chai-drop-python2.patch"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/agoragames/chai")
(synopsis "Mocking framework for Python")
(description