~ruther/guix-local

da2b8fcc54749ffe8b164e5c4e3c36c627738cb6 — Ricardo Wurmus 1 year, 6 months ago 0721761
gnu: python-nr-date: Remove old version of dataclasses.

A newer version of dataclasses is part of Python.

* gnu/packages/python-xyz.scm (python-nr-date)[propagated-inputs]: Remove
python-dataclasses.

Change-Id: I0975cbbc2b9cfac61c60226b74b1c44979f0cdee
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +0 -1
@@ 2156,7 2156,6 @@ bindings to the C++ random forest implementation, ranger, using Cython.")
        (base32 "1rnjyykjp41mqz6h1vx18jblq97gi5m5x7dgasyaihnd7fhswhq6"))))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #false)) ;there are none
    (propagated-inputs (list python-dataclasses))
    (native-inputs (list python-poetry-core))
    (home-page "https://github.com/NiklasRosenstein/python-nr.date")
    (synopsis "Fast, regex-based date parsing library in plain Python")