1
0
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:
Sharlatan Hellseher
2025-10-31 22:03:51 +00:00
parent fa95177e27
commit c8dfa7cd0f

View File

@@ -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