[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35950] [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1.
From: |
Hamzeh Nasajpour |
Subject: |
[bug#35950] [PATCH 2/3] gnu: python-flask-restful: Update to 0.12.1. |
Date: |
Fri, 31 May 2019 23:37:44 +0430 |
User-agent: |
Cyrus-JMAP/3.1.6-555-g49357e1-fmstable-20190528v2 |
Yes, it built for me.
On Wed, May 29, 2019, at 12:03 AM, Danny Milosavljevic wrote:
> It doesn't actually build for me.
>
> I made the following changes, but it still doesn't build. Did it build for
> you?
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index 6518d841c8..adb18cc7d0 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -2110,6 +2110,7 @@ pretty printer and a tree visitor.")
> (propagated-inputs
> `(("python-aniso8601" ,python-aniso8601)
> ("python-flask" ,python-flask)
> + ("python-jsonschema" ,python-jsonschema)
> ("python-pycrypto" ,python-pycrypto)
> ("python-pytz" ,python-pytz)))
> (native-inputs
> @@ -2117,7 +2118,9 @@ pretty printer and a tree visitor.")
> ("python-blinker" ,python-blinker)
> ("python-mock" ,python-mock) ; For tests
> ("python-nose" ,python-nose) ; For tests
> - ("python-sphinx" ,python-sphinx)))
> + ("python-pytest-sugar" ,python-pytest-sugar) ; For tests
> + ("python-sphinx" ,python-sphinx)
> + ("python-tzlocal" ,python-tzlocal))) ; For tests
> (home-page
> "https://www.github.com/flask-restful/flask-restful/")
> (synopsis
>