Skip to content

Commit

Permalink
build: drop python2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 committed Oct 26, 2019
1 parent 8b310cc commit a77923e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -110,7 +110,7 @@ If you are using **Gentoo**, both release and git-master versions are available
A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.html), [gcc-5.1+](https://gcc.gnu.org/releases.html)), [cmake 3.1+](https://cmake.org/download/), [git](https://git-scm.com/downloads)
- `cairo`
- `libxcb`
- `python2`
- `python`
- `xcb-proto`
- `xcb-util-image`
- `xcb-util-wm`
Expand Down
3 changes: 1 addition & 2 deletions contrib/polybar-git.aur/PKGBUILD
Expand Up @@ -14,8 +14,7 @@ optdepends=("i3-wm: i3 module support"
"ttf-unifont: Font used in example config"
"siji-git: Font used in example config"
"xorg-fonts-misc: Font used in example config")
makedepends=("cmake" "git" "python" "python2" "pkg-config" "python-sphinx"
"i3-wm")
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
provides=("polybar")
conflicts=("polybar")
install="${_pkgname}.install"
Expand Down
2 changes: 1 addition & 1 deletion lib/xpp

0 comments on commit a77923e

Please sign in to comment.