X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1a0c39586b5c73f083b7dad4d3017c5c4ffe5bf4..47e42f1129363c2565e69c36ff26ce9c42731fb8:/sdk/pam/setup.py diff --git a/sdk/pam/setup.py b/sdk/pam/setup.py index c194013d49..e1046ac9c7 100755 --- a/sdk/pam/setup.py +++ b/sdk/pam/setup.py @@ -37,6 +37,13 @@ setup(name='arvados-pam', ('share/pam-configs', ['pam-configs/arvados']), ('share/doc/arvados-pam', ['LICENSE-2.0.txt', 'README.rst']), ('share/doc/arvados-pam/examples', glob.glob('examples/*')), + + # The arvados build scripts used to install data files to + # "/usr/data/*" but now install them to "/usr/*". Here, we + # install an extra copy in the old location so existing pam + # configs can still work. When old systems have had a chance + # to update to the new paths, this line can be removed. + ('data/lib/security', ['lib/libpam_arvados.py']), ], install_requires=[ 'arvados-python-client>=0.1.20150801000000',