lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit fa342aa969988e3c29a6de2029c57106af0cb22e
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sat Jan 8 15:42:35 2022 +0100
gnu: python-asyncmy: Add missing build input.
* gnu/packages/databases.scm (python-asyncmy)[native-inputs]: Add
python-poetry-core.
---
gnu/packages/databases.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c734b9bd4c..13cd88cb3b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -128,6 +128,7 @@
#:use-module (gnu packages popt)
#:use-module (gnu packages protobuf)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-check)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-science)
@@ -2954,7 +2955,7 @@ with Python's asyncio framework.")
(sha256
(base32 "19p81jd4w7m7v2x1jdrwibp67wzqx1a7rdw5n4qqmch3iffp97vn"))))
(build-system python-build-system)
- (native-inputs (list python-cython))
+ (native-inputs (list python-cython python-poetry-core))
(home-page "https://github.com/long2ice/asyncmy")
(synopsis "Fast MySQL driver for Python")
(description "@code{asyncmy} is a fast @code{asyncio} MySQL driver, which