Oh, my fault for the mistake... . updated
Search Criteria
Package Details: python2-google-api-python-client-hg 632.98bac11c0c1c-2
Package Actions
| Package Base: | python2-google-api-python-client-hg |
|---|---|
| Description: | Google API Client for Python |
| Upstream URL: | http://code.google.com/p/google-api-python-client/ |
| Category: | devel |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | wxg4net |
| Maintainer: | wxg4net |
| Last Packager: | wxg4net |
| Votes: | 6 |
| First Submitted: | 2013-11-20 15:43 |
| Last Updated: | 2014-08-15 22:00 |
Latest Comments
Comment by wxg4net
Comment by leha2000
remove the colon please:
depends=('hgsvn', 'python2' 'python2-httplib2' 'python2-gflags' 'python-simplejson')
Rigth:
depends=('hgsvn' 'python2' 'python2-httplib2' 'python2-gflags' 'python-simplejson')
Comment by beej
There's a typo in the PKGBUILD—an extraneous comma: depends=('hgsvn'→,←
Works fine if you remove that.
Comment by christoph.gysin
Please remove the comma after hgsvn.
Comment by wxg4net
@bkuri updated
Comment by bkuri
Please add hgsvn package as a dependency. TIA
Comment by wxg4net
@willemw updated
thx for u help
Comment by willemw
Please replace:
conflicts=('google-api-python-client')
with:
provides=('python2-google-api-python-client')
conflicts=('python2-google-api-python-client')
so this package can be used as a dependency in other packages, without have to be forced to depend on a development (...-hg) package.
gdrivefs, gdrivefs-git, yagtd++ should be updated to depend on 'python2-google-api-python-client' or temporarily specify:
provides=('python2-google-api-python-client' 'python2-google-api-python-client-hg').