diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 22:11:32 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:24 +0100 |
| commit | b79fbf27b8f2d1e854ecb2f85ec6fdc2c1953f80 (patch) | |
| tree | 71c494edf92465ed0e621829daca9f4cd3d8d313 /gnu/packages/electronics.scm | |
| parent | dc9c07786e91cdb8f0e46cc7b86414c6e8d96b7a (diff) | |
gnu: python-setuptools-next: Set to python-setuptools.
Replace all python-setuptools-next occurrences with python-setuptools.
* gnu/packages/python-build.scm (python-setuptools-next): Set to
python-setuptools.
Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
Diffstat (limited to 'gnu/packages/electronics.scm')
| -rw-r--r-- | gnu/packages/electronics.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index cefad47ca5e..f2ae337ee67 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1407,7 +1407,7 @@ verification.") (list iverilog nvc python-pytest - python-setuptools-next)) + python-setuptools)) (propagated-inputs (list python-find-libpython)) (home-page "https://github.com/cocotb/cocotb") @@ -1451,7 +1451,7 @@ and Verilog RTL using Python.") (list iverilog nvc python-pytest - python-setuptools-next)) + python-setuptools)) (propagated-inputs (list python-cocotb python-packaging @@ -1489,7 +1489,7 @@ and reusable bus interfaces to be used with @code{cocotb}.") "test_xcelium") " and not ")))) (native-inputs - (list python-pytest python-setuptools-next)) + (list python-pytest python-setuptools)) (propagated-inputs (list python-jinja2)) (home-page "https://github.com/olofk/edalize/") @@ -1525,7 +1525,7 @@ some tool-specific options are set.") (lambda _ (chdir "testsuite")))) #:test-flags #~(list "test_all.py"))) - (native-inputs (list python-pytest python-setuptools-next)) + (native-inputs (list python-pytest python-setuptools)) (propagated-inputs (list python-networkx python-six)) (home-page "https://ohwr.gitlab.io/project/hdl-make/") (synopsis "Generate multi-purpose makefiles for HDL projects") @@ -1557,7 +1557,7 @@ and simulation Makefiles.") (build-system pyproject-build-system) (native-inputs (list python-pytest - python-setuptools-next)) + python-setuptools)) (propagated-inputs (list python-colorama)) (home-page "https://m-labs.hk/gateware/migen/") @@ -1596,7 +1596,7 @@ Python program.") (invoke "make" "iverilog" "core"))))))) (build-system pyproject-build-system) (native-inputs - (list iverilog python-setuptools-next python-pytest)) + (list iverilog python-setuptools python-pytest)) (home-page "http://www.myhdl.org/") (synopsis "Python as a Hardware Description Language") (description "This package provides a library to turn Python into @@ -1700,7 +1700,7 @@ design.") (list python-pytest-cov python-pytest-html python-pytest-xdist - python-setuptools-next)) + python-setuptools)) (propagated-inputs (list python-pyyaml)) (home-page "https://github.com/jeremiah-c-leary/vhdl-style-guide/") |
