Skip to content

Commit

Permalink
rpi-gpio: Replace setuptool3 instead of distutils3
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj authored and agherzan committed Jan 28, 2022
1 parent 2e83546 commit e1014d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/python/rpi-gpio_0.7.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=9b95630a648966b142f1a0dcea001cb7"

PYPI_PACKAGE = "RPi.GPIO"
inherit pypi distutils3
inherit pypi setuptools3

SRC_URI += "file://0001-Remove-nested-functions.patch"
SRC_URI[md5sum] = "777617f9dea9a1680f9af43db0cf150e"
Expand Down

0 comments on commit e1014d4

Please sign in to comment.