[jhbuild] core-deps-latest: libwacom add python3 dependencies



commit 868e3f9e8b735aec1281a533a0f5a074b7dfeca9
Author: Sebastian Wick <sebastian wick redhat com>
Date:   Wed Mar 23 22:10:46 2022 +0100

    core-deps-latest: libwacom add python3 dependencies
    
    libwacom depends on python3-libevdev, python3-pyudev and python3-pytest

 modulesets/gnome-suites-core-deps-latest.modules | 27 ++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index e7371e80..816a9fc4 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1718,6 +1718,9 @@
     <dependencies>
       <dep package="glib"/>
       <dep package="libgudev"/>
+      <dep package="python3-libevdev"/>
+      <dep package="python3-pyudev"/>
+      <dep package="python3-pytest"/>
     </dependencies>
   </meson>
 
@@ -1784,6 +1787,14 @@
     </dependencies>
   </cmake>
 
+  <distutils id="python3-libevdev" python3="1">
+    <branch repo="pypi.org"
+            module="l/libevdev/libevdev-${version}.tar.gz"
+            version="0.10"
+            checkoutdir="python3-libevdev-${version}"
+            hash="sha256:f4b33616dafaaa6418cac0b1b28f97252b61c0974e534d49fb22fc6566edc113"/>
+  </distutils>
+
   <distutils id="python3-lxml" python3="1">
     <branch repo="pypi.org"
             version="4.6.2"
@@ -1815,6 +1826,22 @@
     </branch>
   </distutils>
 
+  <distutils id="python3-pytest" python3="1">
+    <branch repo="pypi.org"
+            module="p/pytest/pytest-${version}.tar.gz"
+            version="7.1.1"
+            checkoutdir="python3-pytest-${version}"
+            hash="sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"/>
+  </distutils>
+
+  <distutils id="python3-pyudev" python3="1">
+    <branch repo="pypi.org"
+            module="p/pyudev/pyudev-${version}.tar.gz"
+            version="0.23.2"
+            checkoutdir="python3-pyudev-${version}"
+            hash="sha256:32ae3585b320a51bc283e0a04000fd8a25599edb44541e2f5034f6afee5d15cc"/>
+  </distutils>
+
   <distutils id="python3-setuptools" python3="1">
     <branch repo="pypi.org"
             module="s/setuptools/setuptools-${version}.tar.gz"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]