I'm not super familiar with internal package stuff at this point, so forgive me if I'm missing something obvious. :)
I'm trying to install a package (python-pyqt4
) that depends on both python-sip-pyqt4
and python2-sip-pyqt4
. However, it appears both of these packages install some of the same files:
/usr/lib/python2.7/site-packages/PyQt4/sip.pyi exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
/usr/lib/python2.7/site-packages/PyQt4/sip.so exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
/usr/lib/python2.7/site-packages/PyQt4_sip-4.19.16.dist-info/INSTALLER exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
/usr/lib/python2.7/site-packages/PyQt4_sip-4.19.16.dist-info/METADATA exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
/usr/lib/python2.7/site-packages/PyQt4_sip-4.19.16.dist-info/RECORD exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
Pinned Comments