diff --git a/rpmlint-deps.txt b/rpmlint-deps.txt index 2d4d7c6..e19618b 100644 --- a/rpmlint-deps.txt +++ b/rpmlint-deps.txt @@ -7,6 +7,7 @@ codecs.py cp437.py _collections_abc.py collections/__init__.py +_compat_pickle.py configparser.py contextlib.py copy.py @@ -45,6 +46,7 @@ hashlib.py heapq.py http/client.py http/__init__.py +imp.py importlib/__init__.py importlib/machinery.py importlib/util.py @@ -91,6 +93,7 @@ linecache.py locale.py operator.py os.py +pickle.py posixpath.py quopri.py random.py diff --git a/rpmlint-mini.changes b/rpmlint-mini.changes index 1ffaa1b..d13a34f 100644 --- a/rpmlint-mini.changes +++ b/rpmlint-mini.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 26 13:35:59 UTC 2018 - matwey.kornilov@gmail.com + +- Add imp and pickle to rpmlint-deps.txt + they are required by python-construct=2.9 + which is required by python-pybeam=0.5 + ------------------------------------------------------------------- Sun Jul 15 19:34:27 UTC 2018 - jslaby@suse.com diff --git a/rpmlint-mini.spec b/rpmlint-mini.spec index 7a9bd74..6f90038 100644 --- a/rpmlint-mini.spec +++ b/rpmlint-mini.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-mini # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: rpmlint-mini Version: 1.10 Release: 0 Summary: RPM file correctness checker -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Packages Url: http://rpmlint.zarb.org/ Source: desktop-file-utils-0.23.tar.xz