---
Package build fails because of missing go dependency.
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index e77ff98..5d8fe2e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
python3-setuptools,
python3-pytest,
python3-srht-dev,
+ golang-go,
Standards-Version: 4.3.0
Homepage: https://sourcehut.org/
X-Python3-Version: >= 3.7
--
2.38.1
Thank you, pushed:
To git.sr.ht:~dlax/man.sr.ht-deb
2ec303e..232e63a master -> master
Peter Sanchez a écrit :
> ---
> Package build fails because of missing go dependency.
Note that this only fixed the build; but further changes were needed in
order to actually install the API binary. See commit c0214fc.