pyscm.patch 446 B

12345678910111213141516171819
  1. diff --git a/setup.py b/setup.py
  2. index e82a832..da01efd 100755
  3. --- a/setup.py
  4. +++ b/setup.py
  5. @@ -49,11 +49,8 @@ class build_py(_build_py):
  6. setup(
  7. name='libfdt',
  8. - use_scm_version={
  9. - "root": srcdir,
  10. - },
  11. cmdclass = {'build_py' : build_py},
  12. - setup_requires = ['setuptools_scm'],
  13. + version="@VERSION@",
  14. author='Simon Glass',
  15. author_email='sjg@chromium.org',
  16. description='Python binding for libfdt',