From 5dd956a2b4cfc1d2797f920146db9249e00bbe5c Mon Sep 17 00:00:00 2001
From: Romain Broucquart <romain.broucquart@synchrotron-soleil.fr>
Date: Thu, 5 Jan 2023 10:13:53 +0100
Subject: [PATCH] Add PyTango recipe

---
 recipes-python/python3-pytango_9.3.6.bb | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 recipes-python/python3-pytango_9.3.6.bb

diff --git a/recipes-python/python3-pytango_9.3.6.bb b/recipes-python/python3-pytango_9.3.6.bb
new file mode 100644
index 0000000..cb26c9f
--- /dev/null
+++ b/recipes-python/python3-pytango_9.3.6.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Python binding for Tango, a library dedicated to distributed control systems."
+HOMEPAGE = "https://gitlab.com/tango-controls/pytango"
+LICENSE = "LGPLv3"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
+SRC_URI[md5sum]= "23fe4082a6478c7ae56fdbc3bc806e7d"
+
+PYPI_PACKAGE = "pytango"
+
+inherit pypi setuptools3
-- 
GitLab