From cb245e557ab3dab12fbba55bfd2389830b15d3ef Mon Sep 17 00:00:00 2001 From: chenditang Date: Sun, 28 Jun 2020 09:23:31 +0800 Subject: [PATCH] fix site-packages path for python3.8 --- libplist.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libplist.spec b/libplist.spec index 37b8211..48b0222 100644 --- a/libplist.spec +++ b/libplist.spec @@ -71,7 +71,7 @@ make check %files -n python3-libplist %defattr(-,root,root) -%{_libdir}/python3.7/site-packages/* +%{_libdir}/python3*/site-packages/* %changelog * Wed Jun 24 2020 chenditang - 2.0.0-14