From 9c6baf03084896e10e690a56da09e412f1f730ce Mon Sep 17 00:00:00 2001 From: Matthew Joyce Date: Sat, 13 Aug 2022 14:28:33 +0100 Subject: [PATCH] Add python-pip as a dep --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 514754eea32..26373cfe8ab 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -12,10 +12,10 @@ pkgbase = thonny-git depends = tcl depends = tk depends = python-distro + depends = python-pip provides = thonny conflicts = thonny source = git+https://github.com/thonny/thonny.git sha256sums = SKIP pkgname = thonny-git - diff --git a/PKGBUILD b/PKGBUILD index 21064fbee0c..f463346e796 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ url="http://thonny.org/" license=('MIT') conflicts=("thonny") provides=("thonny") -depends=('openssl' 'python' 'python-beautifulsoup4' 'python-jedi' 'tcl' 'tk' 'python-distro') +depends=('openssl' 'python' 'python-beautifulsoup4' 'python-jedi' 'tcl' 'tk' 'python-distro' 'python-pip') source=("git+https://github.com/thonny/thonny.git") sha256sums=('SKIP')