rekado pushed a commit to branch master
in repository guix.

commit 8aeaa211aa146c6bdc28914db2479267453a1e81
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 9 16:11:40 2025 +0100

    gnu: python-apscheduler: Add missing inputs.
    
    * gnu/packages/python-xyz.scm (python-apscheduler)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I777d0c0d2c758d7ec3385a11432c3e9cc16877f1
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b5c604ffe2..451c52ee13 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30839,13 +30839,15 @@ access the system cron automatically and simply using 
a direct API.")
     (native-inputs (list python-mock
                          python-twisted
                          python-gevent
+                         python-setuptools
                          python-setuptools-scm
                          python-sqlalchemy
                          python-pyside-6
                          python-pytest
                          python-pytest-asyncio
                          python-pytest-cov
-                         python-pytest-tornado5))
+                         python-pytest-tornado5
+                         python-wheel))
     (home-page "https://github.com/agronholm/apscheduler";)
     (synopsis "Task scheduling library for Python")
     (description "Advanced Python Scheduler (APScheduler) is a Python library

Reply via email to