From ee1f82f59dacabf2d76632d0709708d081f24275 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 1 Feb 2024 17:30:10 -0300 Subject: src/org/euandre/queue.scm: Stop propagating python-setuptools on "python-telegram-bot" --- src/org/euandre/queue.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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") -- cgit v1.2.3