diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/org/euandre/queue.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index f5263b2..9dd6742 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -524,7 +524,6 @@ collections.OrderedDict that works in Python 2.4-2.6.") (list python-funcsigs ; python-futures python-pytz - python-setuptools python-six python-tzlocal)) (native-inputs @@ -533,6 +532,7 @@ collections.OrderedDict that works in Python 2.4-2.6.") python-pytest-asyncio python-pytest-cov python-pytest-tornado5 + python-setuptools python-setuptools-scm)) (home-page "https://github.com/agronholm/apscheduler") (synopsis "In-process task scheduler with Cron-like capabilities") |