mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c43c0d06e3
commit
8aeaa211aa
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue