From 1467daed400d6c186bd0c99c057c42e764309ff3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 18 May 2012 09:01:17 -0400 Subject: SSSDConfig: Make SSSDConfig a package We were polluting the primary Python space with several dependencies. We will now install them their own directory/module. --- contrib/sssd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/sssd.spec.in') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 9972ebbd7..8d7a8d5a8 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -359,7 +359,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/sss_ssh_knownhostsproxy.1* %endif %{python_sitearch}/pysss.so -%{python_sitelib}/*.py* +%{python_sitelib}/SSSDConfig/*.py* %files client %defattr(-,root,root,-) -- cgit