gnu: python-django-svg-image-form-field: Switch to pyproject.

* gnu/packages/django.scm (python-django-svg-image-form-field):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.

Change-Id: I21ec342342881162828aeffeb9dad60db237a6cc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-09-29 09:07:25 +02:00 committed by Sharlatan Hellseher
parent 4743a5c42f
commit 21085d9a1e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1994,7 +1994,9 @@ filtering system in ORM).")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "131m545khn8l20j4x2bvlvz36dlbnhj9pc98i2dw72s3bw8pgws0")))) (base32 "131m545khn8l20j4x2bvlvz36dlbnhj9pc98i2dw72s3bw8pgws0"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments (list #:tests? #f)) ; No tests.
(native-inputs (list python-setuptools))
(propagated-inputs (propagated-inputs
(list python-defusedxml python-django python-pillow)) (list python-defusedxml python-django python-pillow))
(home-page "https://github.com/artrey/django-svg-image-form-field") (home-page "https://github.com/artrey/django-svg-image-form-field")