You are not logged in.

#1 2013-02-04 22:29:46

jmvidalvia
Member
Registered: 2012-01-02
Posts: 23

[SOLVED] python-simplejson: could not satisfy dependencies

Hi,
Since I amb having this dependency problem none of my packets is updated.
Any idea about how I can solve it?
Thanks.

[root@myArch jm]# LC_ALL=C pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: python2-google-api-python-client: requires python-simplejson
:: tweepy: requires python-simplejson
[root@myArch jm]# 

Last edited by jmvidalvia (2013-02-05 21:26:42)

Offline

#2 2013-02-05 11:56:34

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: [SOLVED] python-simplejson: could not satisfy dependencies

there are now 2 versions of simplejson in community repo.
python-simplejson is for python3, python2-simplejson is for python2 .

Both tweepy and python2-google-api-python-client appear to be python2 pacakges, so their dependencies need to be updated.
Tweepy has been updated in aur, just rebuild that one.

For python2-google-api-python-client you'll have to change the dependency yourself in the PKGBUILD, then rebuild it.

please remember for the future this is not  a pacman issue, but an issue with aur packages.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2013-02-05 13:35:18

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [SOLVED] python-simplejson: could not satisfy dependencies

Moving from Pacman & Package Upgrade Issues to AUR Issues, Discussion & PKGBUILD Requests.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#4 2013-02-05 21:27:12

jmvidalvia
Member
Registered: 2012-01-02
Posts: 23

Re: [SOLVED] python-simplejson: could not satisfy dependencies

Thanks, and sorry for the mistake

Offline

Board footer

Powered by FluxBB