From 01883efbd33fc09e811d83cb83a361d0792cc3418e67bab1dbe1da014f1a6b01 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 10 Sep 2020 05:50:32 +0000 Subject: [PATCH] - Drop Requires on the code package on the doc package. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=19 --- python-WTForms.changes | 5 +++++ python-WTForms.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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.