mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: trac: Fix build.
* gnu/packages/version-control.scm (trac)[native-inputs]: Add python-setuptools. Change-Id: I54c6590fe5038442f046c5d82a7b12bd328e31b8
This commit is contained in:
@@ -2123,8 +2123,14 @@ will work.")
|
||||
(string-append
|
||||
"not test_remove_composite_keys"
|
||||
" and not test_remove_simple_keys"))))
|
||||
(native-inputs (list python-psycopg2 python-pymysql python-pytest))
|
||||
(propagated-inputs (list python-jinja2 python-multipart))
|
||||
(native-inputs
|
||||
(list python-psycopg2
|
||||
python-pymysql
|
||||
python-pytest
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-jinja2
|
||||
python-multipart))
|
||||
(home-page "https://trac.edgewall.org")
|
||||
(synopsis "Integrated SCM, wiki, issue tracker and project environment")
|
||||
(description "Trac is a minimalistic web-based software project management
|
||||
|
||||
Reference in New Issue
Block a user