Add python-pip as a dep

This commit is contained in:
Matthew Joyce 2022-08-13 14:28:33 +01:00
parent c27c99d644
commit 9c6baf0308
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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')