]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- python(abi) deps are autogenerated now (at last)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 30 Mar 2005 18:32:54 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  pyrequires_eq remains just Requires for backward compat

Changed files:
    rpm.macros -> 1.197

rpm.macros

index 6989ae2d38eabceab056157ca67a4862976a078c..37532b9a78a15017bd346e251ba8a40e23c0fbe8 100644 (file)
@@ -434,7 +434,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(abi) = %py_ver %1
+%pyrequires_eq() Requires:     %1
 
 
 # Hardlink binary identical .pyc and .pyo files
This page took 0.034259 seconds and 4 git commands to generate.