14
0

Accepting request 871559 from devel:languages:python

- Fix dependency on py3dns so that flavor builds generate correctly

- Drop py{2.3}-only parts as py2 is skipped

OBS-URL: https://build.opensuse.org/request/show/871559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymilter?expand=0&rev=4
This commit is contained in:
2021-02-15 22:16:34 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 13 00:04:30 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
- Fix dependency on py3dns so that flavor builds generate correctly
-------------------------------------------------------------------
Fri Feb 12 13:10:10 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Drop py{2.3}-only parts as py2 is skipped
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 11 08:19:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Wed Dec 11 08:19:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pymilter # spec file for package python-pymilter
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2021 SUSE LLC
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>. # Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
# #
# All modifications and additions to the file contributed by third parties # 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 # Common subpackage named as such to avoid creating flavor packages
Requires: pymilter-common = %{version}-%{release} Requires: pymilter-common = %{version}-%{release}
Requires: python Requires: python
%ifpython2 Requires: python-py3dns
Requires: python2-pydns
%endif
%ifpython3
Requires: python3-py3dns
%endif
%python_subpackages %python_subpackages
%description %description