Skip to content

Commit

Permalink
Merge IB/CMSSW_11_3_X/master into IB/CMSSW_11_3_X/rootmaster.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Feb 24, 2021
2 parents e61a6c4 + cfe7eb0 commit bf7e4b4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion pip/ipython.file
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Requires: py2-traitlets py2-pickleshare py2-Pygments py2-prompt_toolkit py2-pexpect py2-simplegeneric py2-backports
%define PipPostBuildPy3 rm -f %{i}/bin/iptest %{i}/bin/ipython
1 change: 1 addition & 0 deletions pip/py3-ipython.file
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Requires: py2-jedi py3-prompt_toolkit py3-backcall
%define PipPostBuildPy3 rm -f %{i}/bin/iptest %{i}/bin/ipython ; sed -i -e 's| %{i}/.*python3 | python3 |' %{i}/bin/*3
1 change: 1 addition & 0 deletions pip/py3-pylint.file
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Requires: py3-astroid py2-toml
%define PipPostBuildPy3 for x in $(ls %{i}/bin/*) ; do mv $x ${x}3; done ; sed -i -e 's| %{i}/.*python3 | python3 |' %{i}/bin/*3
1 change: 0 additions & 1 deletion pip/pylint.file
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Requires: py2-astroid py2-six py2-isort py2-mccabe py2-configparser
%define PipPostBuildPy3 for x in $(ls %{i}/bin/*) ; do mv $x ${x}3; done

0 comments on commit bf7e4b4

Please sign in to comment.