diff options
-rw-r--r-- | community/ipython/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index 13203ba711..70649c74e5 100644 --- a/community/ipython/APKBUILD +++ b/community/ipython/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=ipython pkgver=7.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="A rich toolkit to help you make the most of using Python interactively" url="https://ipython.org/" arch="noarch" @@ -11,7 +11,6 @@ depends=" py3-traitlets py3-pexpect py3-prompt_toolkit>2.0.0 - py3-jedi py3-pygments py3-pickleshare py3-decorator |