fix optional jupyter package
This commit is contained in:
parent
25c49caee8
commit
4516ede432
2
.SRCINFO
2
.SRCINFO
@ -26,7 +26,7 @@ pkgbase = pycharm-professional
|
||||
optdepends = vagrant: For support virtualized development environments
|
||||
optdepends = python-pytest: For support testing inside Pycharm
|
||||
optdepends = python-tox: Python environments for testing tool
|
||||
optdepends = jupyter-notebook: For support Jupyter Notebook
|
||||
optdepends = jupyter-server: For Jupyter notebooks and apps
|
||||
provides = pycharm
|
||||
conflicts = pycharm
|
||||
conflicts = pycharm-community-edition
|
||||
|
2
PKGBUILD
2
PKGBUILD
@ -33,7 +33,7 @@ optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
|
||||
'vagrant: For support virtualized development environments'
|
||||
'python-pytest: For support testing inside Pycharm'
|
||||
'python-tox: Python environments for testing tool'
|
||||
'jupyter-notebook: For support Jupyter Notebook')
|
||||
'jupyter-server: For Jupyter notebooks and apps')
|
||||
|
||||
build() {
|
||||
# clean up and compile PyDev debugger used by PyCharm to speedup debugging
|
||||
|
Loading…
Reference in New Issue
Block a user