From 8aeaa211aa146c6bdc28914db2479267453a1e81 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 9 Jan 2025 16:11:40 +0100 Subject: [PATCH] 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 b5c604ffe2979b1fb19af38e7d2c25bdd5aa0b59..451c52ee13a5ad7994f1177aa9c7aaa171e99d38 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