File: soften-progen-dependency

package info (click to toggle)
valinor 1.1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 320 kB
  • sloc: python: 428; makefile: 24; sh: 7
file content (16 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Soften version dependency of project_generator
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2020-07-31
---
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@
         'setuptools',
         'colorama>=0.3,<0.4',
         'pyOCD>=0.3,<1.0',
-        'project_generator>=0.8.0,<0.9.0',
+        'project_generator>=0.8.0',
         'pyelftools>=0.23',
     ],
     tests_require=[