Modernize python_sitelib paths.

This commit is contained in:
Ralph Bean 2014-11-14 15:56:50 +00:00
parent b4121a8fda
commit 87dc6ec1f0
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@
- name: hotfix - allow velruse to do stateless openid
copy: >
src=openid.py
dest=/usr/lib/python2.6/site-packages/velruse/providers/openid.py
dest=/usr/lib/python2.7/site-packages/velruse/providers/openid.py
owner=root group=root mode=0644
tags:
- hotfix

View file

@ -18,8 +18,8 @@
- name: link the README into the right place because tagger is ridiculous
file: >
src=/usr/lib/python2.6/site-packages/fedoratagger/README.rst
dest=/usr/lib/python2.6/site-packages/README.rst
src=/usr/lib/python2.7/site-packages/fedoratagger/README.rst
dest=/usr/lib/python2.7/site-packages/README.rst
state=link
tags:
- config