15
0

- Add patch to fix test running without python2

* no-python2.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-daemonize?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2020-04-30 07:58:45 +00:00
committed by Git OBS Bridge
parent 0d285a9911
commit d4b4f9348d
3 changed files with 93 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-daemonize
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,9 +22,9 @@ Version: 2.5.0
Release: 0
Summary: Python module to launch code as a daemon process
License: MIT
Group: Development/Languages/Python
URL: https://github.com/thesharp/daemonize
Source: https://github.com/thesharp/daemonize/archive/v%{version}.tar.gz
Patch0: no-python2.patch
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -39,6 +39,7 @@ daemonize is a library for writing system daemons in Python.
%prep
%setup -q -n daemonize-%{version}
%patch0 -p1
%build
%python_build