From: Roland Mas <lolando@debian.org>
Date: Fri, 15 Oct 2021 14:47:48 +0200
Subject: Patching setup.py

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6814ee7..d9fd23d 100644
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ with warnings.catch_warnings():
         name='tomopy',
         packages=['tomopy'],
         package_dir={"": "source"},
-        setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'],
+        build_requires=['setuptools_scm', 'setuptools_scm_git_archive'],
         use_scm_version=True,
         include_package_data=True,
         zip_safe=False,
