Bug 39172

Summary: Failed dependencies in Python DMA modules
Product: [Retired] Red Hat Raw Hide Reporter: Vladimir Ivanovic <vladimir>
Component: pythonAssignee: Matt Wilson <msw>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-05 00:19:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vladimir Ivanovic 2001-05-05 00:19:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.2-2 i686)

Description of problem:
Some Python libraries on the DMA CD-ROM have dependencies on files that
exist under different pathnames.

How reproducible:
Always

Steps to Reproduce:
1. cd /mnt/cdrom/Python/RPMS # DMA CD-ROM
2. rpm -Uvh *.rpm
	

Actual Results:  # rpm -Uvh *.rpm
error: failed dependencies:
	python = 1.5 is needed by piglatin-0.2.0-2
	python = 1.5 is needed by qio-0.3-1
	/usr/local/bin/python is needed by shm-0.2.0-1
	/usr/local/bin/python   is needed by Wpre-1.0-2
	/usr/local/python/bin/python   is needed by Wpre-1.0-2


Expected Results:  rpm -Uvh --nodeps *.rpm
Preparing...                ###########################################
[100%]
<followed by the successful installation of all the Python modules.>

Additional info:

Comment 1 Trond Eivind Glomsrxd 2002-08-13 23:41:45 UTC
We no longer ship that. Would have been a bug in those packages and not in python...