diff --git a/python-marshmallow.spec b/python-marshmallow.spec index fb658da..5681ee2 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -7,9 +7,6 @@ Release: 2%{?dist} Summary: Python library for converting complex datatypes to and from primitive types License: MIT URL: http://marshmallow.readthedocs.org/ -# Using Github instead of PyPI because the PyPI tarballs don't include tests, -# docs, or examples, and upstream does not want to change that. -# https://github.com/marshmallow-code/marshmallow/issues/201 Source0: https://github.com/marshmallow-code/marshmallow/archive/%{version}/%{modname}-%{version}.tar.gz BuildArch: noarch @@ -86,6 +83,9 @@ sed -i -e "s/from marshmallow.orderedset/from ordered_set/g" %{modname}/schema.p # Drop support for sphinx-issues as it's not yet packaged sed -i -e "/sphinx_issues/d" docs/conf.py +# unsupported theme option 'donate_url' given +sed -i -e "/donate_url/d" docs/conf.py + %build %py2_build %py3_build