From 674efbc32672f669e231dc96b3b874a035709fc1 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 16 Nov 2022 01:42:42 +0530 Subject: [PATCH] python3-docstring-to-markdown: add python3 as dep --- srcpkgs/python3-docstring-to-markdown/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-docstring-to-markdown/template b/srcpkgs/python3-docstring-to-markdown/template index 3b35f6bf7bf..1fb42cafc3c 100644 --- a/srcpkgs/python3-docstring-to-markdown/template +++ b/srcpkgs/python3-docstring-to-markdown/template @@ -1,9 +1,10 @@ # Template file for 'python3-docstring-to-markdown' pkgname=python3-docstring-to-markdown version=0.10 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" +depends="python3" short_desc="Python implementation of the Language Server Protocol" maintainer="Cameron Nemo " license="LGPL-2.1-only"