diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-24 22:36:03 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-24 22:57:09 +0100 |
| commit | fd73aed8a665373f471f9990c0490840fcf57785 (patch) | |
| tree | 42ce8a389749ead8f9d44bd512c198496e4cc9cd | |
| parent | bf7b82fb411607dcee5485b866f03db9ba56bab8 (diff) | |
gnu: python-reno: Build from git.
* gnu/packages/openstack.scm (python-reno):
[source]: Switch to git-fetch.
[native-inputs]: Remove python-wheel.
| -rw-r--r-- | gnu/packages/openstack.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 352aa076abf..1fe56dde8fa 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -788,10 +788,13 @@ in transmittable and storable formats, such as JSON and MessagePack.") | |||
| 788 | (version "4.1.0") | 788 | (version "4.1.0") |
| 789 | (source | 789 | (source |
| 790 | (origin | 790 | (origin |
| 791 | (method url-fetch) | 791 | (method git-fetch) |
| 792 | (uri (pypi-uri "reno" version)) | 792 | (uri (git-reference |
| 793 | (url "https://opendev.org/openstack/reno") | ||
| 794 | (commit version))) | ||
| 795 | (file-name (git-file-name name version)) | ||
| 793 | (sha256 | 796 | (sha256 |
| 794 | (base32 "0w2kc9znm3ffcfsrwhvqkq6878jk3l9hibs7vv4mw88nppyz34pr")))) | 797 | (base32 "0h9d049xq4nfw26mry3br1xdcvsw8lyawv1ihmc3jf0p9ns4kvwm")))) |
| 795 | (build-system pyproject-build-system) | 798 | (build-system pyproject-build-system) |
| 796 | (arguments | 799 | (arguments |
| 797 | (list | 800 | (list |
| @@ -813,8 +816,7 @@ in transmittable and storable formats, such as JSON and MessagePack.") | |||
| 813 | python-stestr | 816 | python-stestr |
| 814 | python-subunit | 817 | python-subunit |
| 815 | python-testscenarios | 818 | python-testscenarios |
| 816 | python-testtools | 819 | python-testtools)) |
| 817 | python-wheel)) | ||
| 818 | (propagated-inputs | 820 | (propagated-inputs |
| 819 | (list python-dulwich | 821 | (list python-dulwich |
| 820 | python-pyyaml)) | 822 | python-pyyaml)) |
