diff --git a/recipes-devtools/python/python-i3ipc_2.2.1.bb b/recipes-devtools/python/python-i3ipc_2.2.1.bb index 018e3cc..be53203 100644 --- a/recipes-devtools/python/python-i3ipc_2.2.1.bb +++ b/recipes-devtools/python/python-i3ipc_2.2.1.bb @@ -2,11 +2,10 @@ SUMMARY = "An improved Python library to control i3wm and sway." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3961efb54421653518521529853444c4" -RDEPENDS:${PN} = " \ - python3 \ - python-xlib \ -" +RDEPENDS:${PN} = "python3" -inherit setuptools3 pypi +SRC_URI = "git://github.com/altdesktop/i3ipc-python.git;protocol=https;branch=master" +SRCREV = "9de8e885536bf611c96cc7c8ea0b2f19dd40f4f2" + +inherit setuptools3 -SRC_URI[sha256sum] = "e880d7d7147959ead5cb34764f08b97b41385b36eb8256e8af1ce163dbcccce8" diff --git a/recipes-devtools/python/python-xlib_0.31.bb b/recipes-devtools/python/python-xlib_0.31.bb deleted file mode 100644 index 02f86d7..0000000 --- a/recipes-devtools/python/python-xlib_0.31.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "The Python X Library." -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" - -SRC_URI = " \ - git://github.com/python-xlib/python-xlib.git;protocol=https;branch=master \ -" - -DEPENDS = " \ - python3-wheel-native \ - python3-setuptools-scm-native \ -" - - -RDEPENDS:${PN} = " \ - python3 \ - python3-six \ -" - -inherit setuptools3 - -SRCREV = "a734526ed33fe446396e32649e8895dde679f52c" -