summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Joyce2022-08-13 14:28:33 +0100
committerMatthew Joyce2022-08-13 14:28:33 +0100
commit9c6baf03084896e10e690a56da09e412f1f730ce (patch)
tree2588557427f498c5bdc18a45378a337ab4a8839a /PKGBUILD
parentc27c99d644a031c8b20fcfce2fec0b83e04728aa (diff)
downloadaur-9c6baf03084896e10e690a56da09e412f1f730ce.tar.gz
Add python-pip as a dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21064fbee0cc..f463346e7965 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')