archrelease: copy trunk to community-any
[arch-community.git] / dtc / trunk / pyscm.patch
blob407bf051ddb70d74d03b976535de0c7ad45adc72
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):
7 setup(
8 name='libfdt',
9 - use_scm_version={
10 - "root": srcdir,
11 - },
12 cmdclass = {'build_py' : build_py},
13 - setup_requires = ['setuptools_scm'],
14 + version="@VERSION@",
15 author='Simon Glass',
16 author_email='sjg@chromium.org',
17 description='Python binding for libfdt',