mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
Add python-termcolor to package deps
Also fix package group (Development/Libraries/Python). Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
89b4b5c05d
commit
8a74e030dc
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ janware Python utility library
|
||||||
janware Python utility library
|
janware Python utility library
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
group = "Amusements/Teaching/Other"
|
group = "Development/Libraries/Python"
|
||||||
subpackages = run
|
subpackages = run
|
||||||
license = LGPL 2
|
license = LGPL 2
|
||||||
jw-maintainer = jan
|
jw-maintainer = jan
|
||||||
|
|
@ -14,7 +14,7 @@ jw-maintainer = jan
|
||||||
libname = none
|
libname = none
|
||||||
|
|
||||||
[pkg.requires.os]
|
[pkg.requires.os]
|
||||||
run = python-magic
|
run = python-magic, python-termcolor
|
||||||
|
|
||||||
[pkg.requires.jw]
|
[pkg.requires.jw]
|
||||||
devel = jw-python-run = VERSION-REVISION, jw-build-devel = VERSION
|
devel = jw-python-run = VERSION-REVISION, jw-build-devel = VERSION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue