gnu: python-apscheduler: Add missing inputs.

* gnu/packages/python-xyz.scm (python-apscheduler)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I777d0c0d2c758d7ec3385a11432c3e9cc16877f1
This commit is contained in:
Ricardo Wurmus 2025-01-09 16:11:40 +01:00
parent c43c0d06e3
commit 8aeaa211aa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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