integ/devtools/python/python-rtstool-0.1a4/fix-build-error.patch
Dean Troyer 3cd12006bb StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:35 -07:00

16 lines
259 B
Diff

---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@
# under the License.
-from distutils.core import setup
+from setuptools import setup
setup(name='rtstool',
version='0.1a4',