added my Recipes
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
Upstream-Status: Submitted [https://lore.kernel.org/linux-i2c/20220114134910.3994688-1-ross.burton@arm.com/T/#u]
|
||||
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
||||
|
||||
From fa522a9a390b1857a58ec1f55da1465c542fd106 Mon Sep 17 00:00:00 2001
|
||||
From: Ross Burton <ross.burton@arm.com>
|
||||
Date: Fri, 14 Jan 2022 13:38:34 +0000
|
||||
Subject: [PATCH] Use setuptools as distutils is deprecated
|
||||
|
||||
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
||||
---
|
||||
py-smbus/setup.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/py-smbus/setup.py b/py-smbus/setup.py
|
||||
index 28a4500..26db33a 100644
|
||||
--- a/py-smbus/setup.py
|
||||
+++ b/py-smbus/setup.py
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
-from distutils.core import setup, Extension
|
||||
+from setuptools import setup, Extension
|
||||
|
||||
setup( name="smbus",
|
||||
version="1.1",
|
||||
Reference in New Issue
Block a user