forked from pool/python-daemonize
- 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:
committed by
Git OBS Bridge
parent
0d285a9911
commit
d4b4f9348d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user