diff --git a/python-WTForms.changes b/python-WTForms.changes index 7abd217..7e0c45f 100644 --- a/python-WTForms.changes +++ b/python-WTForms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 10 05:49:47 UTC 2020 - Steve Kowalik + +- Drop Requires on the code package on the doc package. + ------------------------------------------------------------------- Wed Sep 2 00:53:12 UTC 2020 - Steve Kowalik diff --git a/python-WTForms.spec b/python-WTForms.spec index b50c2fa..ad0a403 100644 --- a/python-WTForms.spec +++ b/python-WTForms.spec @@ -54,7 +54,6 @@ Because of this loose coupling, any template engine may be used for this. %package -n %{name}-doc Summary: Documentation for WTForms -Requires: %{name} = %{version} %description -n %{name}-doc Documentation for WTForms, which is a forms validation and rendering library for Python web development.