From ced87f5c10b3e62bb1fea7222112a01c8fc898eaba5840386245d258a572c108 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 13 Feb 2021 00:04:57 +0000 Subject: [PATCH] - Fix dependency on py3dns so that flavor builds generate correctly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymilter?expand=0&rev=11 --- python-pymilter.changes | 5 +++++ python-pymilter.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pymilter.changes b/python-pymilter.changes index 96d60b5..35e5174 100644 --- a/python-pymilter.changes +++ b/python-pymilter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 13 00:04:30 UTC 2021 - Neal Gompa + +- Fix dependency on py3dns so that flavor builds generate correctly + ------------------------------------------------------------------- Fri Feb 12 13:10:10 UTC 2021 - Markéta Machová diff --git a/python-pymilter.spec b/python-pymilter.spec index 06c67ab..2f16511 100644 --- a/python-pymilter.spec +++ b/python-pymilter.spec @@ -40,7 +40,7 @@ BuildRequires: systemd-rpm-macros # Common subpackage named as such to avoid creating flavor packages Requires: pymilter-common = %{version}-%{release} Requires: python -Requires: python3-py3dns +Requires: python-py3dns %python_subpackages %description