You are not logged in.
I can not update using Pacman because I get:
:: resolving dependencies...
:: no results found for python2-monotonic>=0.3
So I've done:
pacman -Qi |grep "Depends On"|grep monotonic and I get nothing.
I did:
pacman -Qi|grep "Name"|grep monotonic and I get nothing.
How can I find out what is dependant python2-monotonic so I can upgrade?
Thanks in advance.
Last edited by jgruber (2015-08-28 19:43:00)
Offline
At https://aur.archlinux.org/packages/python2-monotonic/ you can see a "Required by" header, which shows python2-oslo-utils. Clicking on that, in turn, shows more required by's.
Alternatively you can view /var/log/pacman.log and search for python2-monotonic, and you'll see what brought it in.
Offline
python2-monotonic is an aur package , check your other aur packages and stuff from unofficial repos.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Is it https://aur.archlinux.org/packages/python2-oslo-utils/ ?
If not, check what other packages from the AUR you have installed.
Offline
Managing AUR packages is your job, not pacman's.
Moving to AUR Issues...
Offline