Hello list,

I just tried to re-upload a new submission, protonvpn-cli.  The only change is 
to add a missing dependency, docopt.  I get a "File exists; a submission by the 
name 'protonvpn-cli' is already pending approval." error, so I assume the 
submission failed?

I attached a patch to add "docopt" to REQUIRES.  The meat of it is:

-REQUIRES="python3 python-requests python3-pythondialog Jinja2"
+REQUIRES="python3 docopt python-requests python3-pythondialog Jinja2"

Apologies for the confusion.  The master branch has removed docopt as a 
dependency, but the latest released version still has the dependency, which 
caused the confusion on my end.  And since it's only a run-time dependency, it 
will build just fine without docopt installed.

Erich
diff --git a/network/protonvpn-cli/protonvpn-cli.info b/network/protonvpn-cli/protonvpn-cli.info
index 874cc2e506..16fec55b43 100644
--- a/network/protonvpn-cli/protonvpn-cli.info
+++ b/network/protonvpn-cli/protonvpn-cli.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ProtonVPN/linux-cli/archive/v2.2.4.tar.gz";
 MD5SUM="73441f4b431623beb94775b86c1c8af0"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
-REQUIRES="python3 python-requests python3-pythondialog Jinja2"
+REQUIRES="python3 docopt python-requests python3-pythondialog Jinja2"
 MAINTAINER="Erich Ritz"
 EMAIL="erich.pub...@protonmail.com"
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to