File: 0002-Added-gevent-to-instal_requires.patch

package info (click to toggle)
pytango 10.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,216 kB
  • sloc: python: 28,206; cpp: 16,380; sql: 255; sh: 82; makefile: 43
file content (21 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Thu, 23 Jun 2022 16:23:46 +0200
Subject: Added gevent to instal_requires

Last-Update: 2023-05-24
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

Index: pytango/pyproject.toml
===================================================================
--- pytango.orig/pyproject.toml
+++ pytango/pyproject.toml
@@ -59,6 +59,7 @@ classifiers = [
     ]
 
 dependencies = [
+    "gevent",
     "numpy (>=1.19.3,<3)",
     "packaging",
     "psutil >=5.3.0",