From 2adee8978cfe1818e7787c1796415a261eac59a3 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 11 May 2023 19:19:48 -0400 Subject: [PATCH] Change FreeBSD dependencies to specify python3, rather than python Former-commit-id: 8019c1fbe564af3969474ae70e4db7ab044ca3cd Former-commit-id: 60b88be63ee6a3b1c63920970867bf4ca031d855 --- package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.sh b/package.sh index e5b04de..b1be132 100755 --- a/package.sh +++ b/package.sh @@ -350,8 +350,8 @@ maintainer: www: https://github.com/rwinkhart/sshyp prefix: / \"deps\" : { - \"python\" : { - \"origin\" : \"lang/python\" + \"python3\" : { + \"origin\" : \"lang/python3\" }, \"gnupg\" : { \"origin\" : \"security/gnupg\"