This commit is contained in:
Jean-François GUILLAUME 2022-05-02 12:07:45 +02:00
parent 7b5d3e5a65
commit 3bcb54d6a1
5 changed files with 138 additions and 222 deletions

View file

@ -550,8 +550,6 @@
)
(define-public glicid-clam
(package
(name "glicid-clam")
@ -573,7 +571,6 @@
)
)
)
; (build-system python-build-system)
(build-system copy-build-system)
;; XXX: The git repository has no tags, and the PyPI releases do not
@ -582,7 +579,6 @@
;#:tests? #f
; #:use-setuptools? #f ; uses custom distutils 'install' command
#:phases
(modify-phases %standard-phases
(add-before 'reset-gzip-timestamps 'make-files-writable
@ -591,15 +587,8 @@
(for-each make-file-writable
(find-files out "\\.gz$"))
#t))))))
; )
; )
(propagated-inputs `(("python-keycloak-client" , python-keycloak-client-0.2.3)
("python-ecdsa", python-ecdsa)
("python-django", python-django)