瀏覽代碼

seems to insist on having Python

Ralf S. Engelschall 22 年之前
父節點
當前提交
2ba470584c
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      blender/blender.spec

+ 3 - 4
blender/blender.spec

@@ -36,7 +36,7 @@ Distribution: OpenPKG [JUNK]
 Group:        Graphics
 License:      GPL
 Version:      2.27
-Release:      20030516
+Release:      20030701
 
 #   list of sources
 Source0:      http://download.blender.org/source/blender-%{version}.tar.bz2
@@ -44,8 +44,8 @@ Source0:      http://download.blender.org/source/blender-%{version}.tar.bz2
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20030103, X11, openssl, zlib, png, jpeg, freetype
-PreReq:       OpenPKG, openpkg >= 20030103, X11
+BuildPreReq:  OpenPKG, openpkg >= 20030103, X11, python, openssl, zlib, png, jpeg, freetype
+PreReq:       OpenPKG, openpkg >= 20030103, X11, python
 AutoReq:      no
 AutoReqProv:  no
 
@@ -72,7 +72,6 @@ AutoReqProv:  no
         --with-libz=%{l_prefix} \
         --disable-exppython \
         --disable-shared
-
     %{l_make} %{l_mflags -O}
 
 %install