summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-11-09 21:10:39 +0300
committerasm0dey2018-11-09 21:10:39 +0300
commit5ecf365a7d95f6cff9bef6ab1b3a9fe5c45177da (patch)
treef8ccc2cc92c02a925d7b1338a27c2356b3097967
parent4d7ae220f7cd3961100f3feea650cb56476a6a38 (diff)
downloadaur-5ecf365a7d95f6cff9bef6ab1b3a9fe5c45177da.tar.gz
Adds python2-setuptools to python2 version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3720ebe55e44..f9efc31a6b42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-prompt_toolkit-2
pkgdesc = Library for building powerful interactive command line applications in Python
pkgver = 2.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonathanslenders/python-prompt-toolkit
arch = any
license = BSD
@@ -19,6 +19,7 @@ pkgname = python-prompt_toolkit-2
pkgname = python2-prompt_toolkit-2
depends = python2
depends = python-six>=1.9.0
+ depends = python2-setuptools
depends = python2-wcwidth
provides = python2-prompt_toolkit-2
conflicts = python2-prompt_toolkit
diff --git a/PKGBUILD b/PKGBUILD
index 3edb5b94420a..251eb0649d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase="python-prompt_toolkit-2"
pkgname=("python-prompt_toolkit-2" "python2-prompt_toolkit-2")
pkgver=2.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Library for building powerful interactive command line applications in Python"
url="https://github.com/jonathanslenders/python-prompt-toolkit"
arch=(any)
@@ -40,6 +40,7 @@ package_python2-prompt_toolkit-2() {
depends=(
'python2'
'python-six>=1.9.0'
+ 'python2-setuptools'
'python2-wcwidth'
)
provides=('python2-prompt_toolkit-2')