diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 61583fa..2a80a36 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -270,31 +270,6 @@ definite Sendmail-ish flavor, but the inside is completely different.") (license (list license:ibmpl1.0 license:epl2.0)))) -(define-public python-docx - (package - (name "python-docx") - (version "0.8.11") - (source - (origin - (method url-fetch) - (uri - (pypi-uri "python-docx" version)) - (sha256 - (base32 "1i7bxghb7knlyjain101qg1jmmz2b6qj03bi3vfxhvcml0rx418i")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) - (propagated-inputs - (list python-lxml)) - (native-inputs - (list python-pytest - ;; python-behave - python-mock)) - (home-page "https://github.com/python-openxml/python-docx") - (synopsis "Create and update Microsoft Word .docx files.") - (description "Create and update Microsoft Word .docx files.") - (license #f))) - (define-public python-pytest-tornado5 (package (name "python-pytest-tornado5") @@ -894,5 +869,4 @@ keyfile ~a/private.key (list postfix epson-L365 - python-docx python-telegram-bot) |