Accepting request 185432 from devel:languages:python

- The *.egg-info is a file, not a directory

OBS-URL: https://build.opensuse.org/request/show/185432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=34
This commit is contained in:
Stephan Kulow 2013-08-01 15:14:30 +00:00 committed by Git OBS Bridge
parent 1f403f5bf5
commit eb01a5abec
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 1 11:52:47 UTC 2013 - speilicke@suse.com
- The *.egg-info is a file, not a directory
-------------------------------------------------------------------
Fri May 3 22:27:24 UTC 2013 - toddrme2178@gmail.com

View File

@ -173,6 +173,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files -n python-numpydoc
%defattr(-,root,root)
%{python_sitelib}/%{docname}/
%{python_sitelib}/%{docname}-%{docvers}-py%{py_ver}.egg-info/
%{python_sitelib}/%{docname}-%{docvers}-py%{py_ver}.egg-info
%changelog