Skip to content
Snippets Groups Projects
Verified Commit 2e107fc1 authored by loqs's avatar loqs Committed by Daniel M. Capella
Browse files

Remove python-pytest-runner

parent 9835ad6a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ url='https://github.com/gnome-terminator/terminator'
license=('GPL2')
depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 'python-cairo' 'python-configobj'
'python-dbus' 'python-psutil' 'python-gobject' 'vte3' 'xdg-utils')
makedepends=('intltool' 'python-pytest-runner' 'python-setuptools' 'python-wheel')
makedepends=('intltool' 'python-setuptools' 'python-wheel')
source=(${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}
0001-fixed-validate-module-import-for-newer-version-of-co.patch
https://github.com/gnome-terminator/terminator/commit/8ae6f93f.patch)
......@@ -36,6 +36,8 @@ prepare () {
patch -Np1 < $srcdir/0001-fixed-validate-module-import-for-newer-version-of-co.patch
# Fix context menu keybinding
patch -p1 < ../8ae6f93f.patch
# Remove pytest-runner from setup_requires
sed -i '/pytest-runner/d' setup.py
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment