diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 12:20:56 +0800 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:50 +0100 |
| commit | 6457414266df318b159d9cf7213a7a19ca682660 (patch) | |
| tree | 8012d1148485ba1818f3fac0aaa81296ce4255c2 /gnu/packages/python-xyz.scm | |
| parent | 4da08269a765f5c0e2526836f576da7fd2a5748e (diff) | |
gnu: python-vdf: Fix build.
* gnu/packages/python-xyz.scm (python-vdf)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I0ca3a012a06f44ff818c63e3f5954aa92e643e39
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 632037c5b7..5feaac5273 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7754,6 +7754,8 @@ with Python.") (base32 "1bz2gn04pl6rj2mawlzlirz1ygg4rdypq0pxbyg018873vs1jm7x")))) (build-system pyproject-build-system) + (native-inputs + (list python-setuptools python-wheel)) (home-page "https://github.com/ValvePython/vdf") (synopsis "Work with Valve's VDF text format") (description "This package provides @code{python-vdf}, a library for |
