Accepting request 533426 from home:valo:branches:openSUSE:Tools

Fixes the makedepends array so it builds with python2 packages

OBS-URL: https://build.opensuse.org/request/show/533426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=191
This commit is contained in:
Frank Schreiner 2017-10-12 08:10:35 +00:00 committed by Git OBS Bridge
parent 06be79dda1
commit c3c8cfae4d

View File

@ -6,8 +6,8 @@ arch=('any')
url="https://github.com/openSUSE/obs-service-tar_scm"
license=('GPL3')
groups=('base-devel')
makedepends=('python2' 'python-yaml' 'python-dateutil' 'python-lxml' 'python-mock' 'python2-unittest2' 'bzr' 'git' 'mercurial' 'subversion' )
depends=('python2' 'python2-yaml' 'python2-dateutil' 'python-argparse' 'cpio' 'git' 'bzr' 'mercurial' 'subversion' )
makedepends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-lxml' 'python2-mock' 'python2-unittest2' 'bzr' 'git' 'mercurial' 'subversion' )
depends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-argparse' 'cpio' 'git' 'bzr' 'mercurial' 'subversion' )
source=("obs-service-tar_scm-${pkgver}.tar.gz::https://github.com/openSUSE/obs-service-tar_scm/archive/v${pkgver}.tar.gz")
provides=('obs-service-tar')
sha256sums=('SKIP')