diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-05 13:29:52 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:19:01 +0000 |
commit | 101c56df662d6ec33b37aa8baa91f7f64929a364 (patch) | |
tree | f52323c6d982d193cda36bc2ea4ef7b4d0266fc2 /gnu | |
parent | 032c687cec148829f02d3a1bf204195b52f39047 (diff) | |
download | guix-101c56df662d6ec33b37aa8baa91f7f64929a364.tar guix-101c56df662d6ec33b37aa8baa91f7f64929a364.tar.gz |
gnu: python-optree: Adjust inputs.
* gnu/packages/python-xyz.scm (python-optree) [native-inputs]: Remove
python-pytest-cov and python-pytest-xdist; add python-setuptools and
python-wheel.
Change-Id: Ide571c2dfb7d03fae904de4f46d158efe5416068
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 98c2688ca6..452c641ee2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12648,8 +12648,8 @@ without using the configuration machinery.") (propagated-inputs (list python-typing-extensions)) (native-inputs (list python-pytest - python-pytest-cov - python-pytest-xdist + python-setuptools + python-wheel cmake pybind11)) (home-page "https://github.com/metaopt/optree") |