mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flexmock: Fix by using python-poetry-core
* gnu/packages/check.scm (python-flexmock): Fix. [native-inputs]: Remove poetry; add python-poetry-core. [homepage]: Switch to https://flexmock.readthedocs.io/ as lint suggested. Change-Id: I0271a2af4c18c957cad86e26b5d2f833e8184fc1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
52081ff06b
commit
e976d192a4
1 changed files with 2 additions and 2 deletions
|
@ -3195,8 +3195,8 @@ time by mocking the datetime module.")
|
|||
(base32
|
||||
"18dcr7mpldf3cxsqi9rak75n4z7x3j544l4ixdspairm7cf6cp23"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list poetry python-pytest))
|
||||
(home-page "https://flexmock.readthedocs.org")
|
||||
(native-inputs (list python-poetry-core python-pytest))
|
||||
(home-page "https://flexmock.readthedocs.io/")
|
||||
(synopsis "Testing library for Python")
|
||||
(description
|
||||
"flexmock is a testing library for Python that makes it easy to create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue