File: soften-colorama-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 (17 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Soften versioned dependency of colorama
Author: Nick Morrott <nickm@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943516
Forwarded: not-needed
Last-Update: 2019-11-04
---
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@
     test_suite = 'nose.collector',
     install_requires=[
         'setuptools',
-        'colorama>=0.3,<0.4',
+        'colorama>=0.3',
         'pyocd',
         'project_generator>=0.8.0',
         'pyelftools>=0.23',