]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- (pyrequires_eq) s/bytecode/abi/ to follow rpm (left here until pythondeps.sh become...
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Mar 2005 22:09:12 +0000 (22:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.191

rpm.macros

index e10980526cbd4afbea0ad444f03af30fc6eed92a..e050d0990ab20d5f95c13d7fe370b4e21a2420b7 100644 (file)
@@ -427,7 +427,7 @@ echo "Compress kernel modules if any."; \
 %py_ocomp       python -O -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
 
 # Software written in Python language require Python with main version
-%pyrequires_eq() Requires:     python(bytecode) = %py_ver %1
+%pyrequires_eq() Requires:     python(abi) = %py_ver %1
 
 
 # Hardlink binary identical .pyc and .pyo files
This page took 0.07235 seconds and 4 git commands to generate.