diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyiface_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyiface_git.bb b/meta-python/recipes-devtools/python/python3-pyiface_git.bb index 5e0d2de916..29a0bc86c5 100644 --- a/meta-python/recipes-devtools/python/python3-pyiface_git.bb +++ b/meta-python/recipes-devtools/python/python3-pyiface_git.bb | |||
| @@ -7,6 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fe869ee987a340198fb0d54c55c47f1" | |||
| 7 | 7 | ||
| 8 | DEPENDS += "python3-setuptools-scm-native" | 8 | DEPENDS += "python3-setuptools-scm-native" |
| 9 | 9 | ||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-ctypes \ | ||
| 12 | python3-fcntl \ | ||
| 13 | python3-io \ | ||
| 14 | " | ||
| 15 | |||
| 10 | inherit setuptools3 | 16 | inherit setuptools3 |
| 11 | 17 | ||
| 12 | SRC_URI = "git://github.com/bat-serjo/PyIface.git;protocol=https;branch=master" | 18 | SRC_URI = "git://github.com/bat-serjo/PyIface.git;protocol=https;branch=master" |
