From 541bbde40ca31bfbe2a8420e6b741bac48283749be4c9e6edd6f816c9b0b0765 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 12 Feb 2021 13:43:21 +0000 Subject: [PATCH] Accepting request 871437 from home:mcalabkova:branches:devel:languages:python - Drop py{2.3}-only parts as py2 is skipped OBS-URL: https://build.opensuse.org/request/show/871437 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymilter?expand=0&rev=10 --- python-pymilter.changes | 5 +++++ python-pymilter.spec | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python-pymilter.changes b/python-pymilter.changes index 1436cb4..96d60b5 100644 --- a/python-pymilter.changes +++ b/python-pymilter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 12 13:10:10 UTC 2021 - Markéta Machová + +- Drop py{2.3}-only parts as py2 is skipped + ------------------------------------------------------------------- Wed Dec 11 08:19:51 UTC 2019 - Tomáš Chvátal diff --git a/python-pymilter.spec b/python-pymilter.spec index 2474db2..06c67ab 100644 --- a/python-pymilter.spec +++ b/python-pymilter.spec @@ -1,7 +1,7 @@ # # spec file for package python-pymilter # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2018 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -40,12 +40,7 @@ BuildRequires: systemd-rpm-macros # Common subpackage named as such to avoid creating flavor packages Requires: pymilter-common = %{version}-%{release} Requires: python -%ifpython2 -Requires: python2-pydns -%endif -%ifpython3 Requires: python3-py3dns -%endif %python_subpackages %description