GNU bug report logs -
#65758
[PATCH 0/54 v6] Update django and install wagtail.
Previous Next
Full log
Message #62 received at 65758 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/django.scm (python-dango-rq): Add native-input tzdata-for-tests.
[build-system]: Use pyproject-builds-system.
---
gnu/packages/django.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 9df73667af..4db0f22e51 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -926,7 +926,7 @@ (define-public python-django-rq
(sha256
(base32
"0aw0fi0lg80qgdp9fhjbnlhvfh2p09rgy1nj6hxpyhi37kihni2h"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -937,7 +937,8 @@ (define-public python-django-rq
"--settings=django_rq.tests.settings"
"--pythonpath=."))))))
(native-inputs
- (list python-django-redis python-mock python-rq-scheduler redis))
+ (list python-django-redis python-mock python-rq-scheduler redis
+ tzdata-for-tests))
(propagated-inputs
(list python-django python-rq))
(home-page "https://github.com/ui/django-rq")
--
2.41.0
This bug report was last modified 1 year and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.