~ruther/guix-local

8aeaa211aa146c6bdc28914db2479267453a1e81 — Ricardo Wurmus 1 year, 3 months ago c43c0d0
gnu: python-apscheduler: Add missing inputs.

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

Change-Id: I777d0c0d2c758d7ec3385a11432c3e9cc16877f1
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 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