Compare commits

1 Commits
main ... 1.1

2 changed files with 0 additions and 6 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Sep 26 08:43:46 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Don't import deprecated imp module
-------------------------------------------------------------------
Fri Apr 21 12:32:33 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -54,7 +54,6 @@ PyXDG is a python library to access freedesktop.org standards. Currently support
%setup -q -n pyxdg-%{version} -b 1
%autopatch -p1
cp -r ../pyxdg-rel-%{version}-test-example/test/example test/
sed -i 's/imp /importlib /' test/test_basedirectory.py
%build
%python_build