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 0000000000000000000000000000000000000000..cb26c9f26dd2a59c743b50e953ee932aea480423
--- /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