Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. + cd /home/vagrant/devstack
  2. + setup_develop /opt/stack/keystone
  3. + local project_dir=/opt/stack/keystone
  4. + setup_package_with_req_sync /opt/stack/keystone -e
  5. + local project_dir=/opt/stack/keystone
  6. + local flags=-e
  7. ++ cd /opt/stack/keystone
  8. ++ git diff --exit-code
  9. ++ echo changed
  10. + local update_requirements=changed
  11. + [[ changed != \c\h\a\n\g\e\d ]]
  12. + setup_package /opt/stack/keystone -e
  13. + local project_dir=/opt/stack/keystone
  14. + local flags=-e
  15. + pip_install -e /opt/stack/keystone
  16. ++ set +o
  17. ++ grep xtrace
  18. + local 'xtrace=set -o xtrace'
  19. + set +o xtrace
  20. + sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS=file:///opt/stack/.wheelhouse /usr/local/bin/pip install -e /opt/stack/keystone
  21. Obtaining file:///opt/stack/keystone
  22. Complete output from command python setup.py egg_info:
  23. error in setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected ',' or end-of-list in python-ldap>=2.4;python_version=='2.7' at ;python_version=='2.7'
  24.  
  25. ----------------------------------------
  26. Command "python setup.py egg_info" failed with error code 1 in /opt/stack/keystone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement