1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: python-debugpy: Add python-versioneer.

* gnu/packages/python-xyz.scm (python-debugpy)[native-inputs]: Add
python-versioneer.

Change-Id: I2e9906742caa4edcb44dfc3236e75b36656cabcd
This commit is contained in:
Sharlatan Hellseher
2026-03-26 23:30:57 +00:00
parent 02fa8c4e6d
commit 25e55ab89f

View File

@@ -18104,7 +18104,8 @@ and other @acronym{IDEs, Integrated Development Environments}.")
;; Python site packages.
(setenv "DEBUGPY_BUNDLING_DISABLED" "1"))))))
(native-inputs
(list python-setuptools))
(list python-setuptools
python-versioneer))
(propagated-inputs
(list python-pydevd))
(home-page "https://aka.ms/debugpy")